COLOR #EBE128

HEX: #EBE128
RGB: (235,225,40)

Color info

#EBE128 contains mainly red and green colors. Web safe color of #EBE128 is #FFCC33 (or #FC3).

RGB color model

#EBE128 color RGB value is (235,225,40).

  • red value is 235;
  • green value is 225;
  • blue value is 40.
RGB:
(235,225,40)
(92%,88%,16%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 40 of 255 = 16%

235
225
40

R + G + B ~ 65%. #EBE128 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 40 = 500 (100%)
R 235 of 500 ~ 47%
G 225 of 500 ~ 45%
B 40 of 500 ~ 8%

%47
%45

CMYK color model

#EBE128 color CMYK value is (0,4,83,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 82.98%
  • key color value is 7.84%
CMYK:
(0,4,83,8)
C0M4Y83K8 
(0%,4%,83%,8%)
(0.00/0.04/0.83/0.08)	

CMYK percentages

%0
%4.26
%82.98
%7.84

Codes

Color #EBE128 in popluar color models

EBE128
RGB23522540
HSL57°82.98%53.92%
HSB/HSV57°82.98%92.16%
CMYK0.00%4.26%82.98%
7.84%

Color #EBE128 in popluar number systems.

HEXEBE128
Decimal23522540
Binary1110101111100001101000
Octal35334150

Shades and tints

Shades of #EBE128

#EBE128
(235,225,40)
#D6CD25
(214,205,37)
#C1B922
(193,185,34)
#ACA51F
(172,165,31)
#97911C
(151,145,28)
#827D19
(130,125,25)
#6D6916
(109,105,22)
#585513
(88,85,19)
#434110
(67,65,16)
#2E2D0D
(46,45,13)
#19190A
(25,25,10)
#000000
(0,0,0)

Tints of #EBE128

#EBE128
(235,225,40)
#ECE33B
(236,227,59)
#EDE54E
(237,229,78)
#EEE761
(238,231,97)
#EFE974
(239,233,116)
#F0EB87
(240,235,135)
#F1ED9A
(241,237,154)
#F2EFAD
(242,239,173)
#F3F1C0
(243,241,192)
#F4F3D3
(244,243,211)
#F5F5E6
(245,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE128 color. Also use rgb(235,225,40) instead hex code.

Text Font Color

.myTextColor { color: #EBE128; }

<p style="color:#EBE128">This sample text font color is #EBE128.</p>

This text font color is #EBE128.


Background Color

.myBgColor { background-color: #EBE128; }

<div style="background-color:#EBE128">Inner text</div>

This div background color is #EBE128.


Border color

.myBorderColor { border: 1px solid #EBE128; }

<div style="border:3px solid #EBE128">Div</div>

This div border color is #EBE128.


Opacity

.myOpacity80 { color: #EBE128; opacity: 0.8; }

<p style="color:#EBE128;opacity:0.8;">80%</p>

Text with #EBE128 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBE128;}

<p style="text-shadow: 3px 3px 1px #EBE128">Text here.</p>

This text has shadow with #EBE128 color.

.textShadow {text-shadow: 3px 3px 1px #EBE128, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBE128, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBE128 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE128, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBE128, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBE128 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBE128;
  -webkit-box-shadow:	1px 1px 3px 2px #EBE128;
  box-shadow:		1px 1px 3px 2px #EBE128;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE128;
-webkit-box-shadow: 1px 1px 3px 2px #EBE128;
box-shadow:1px 1px 3px 2px #EBE128;">
Div content here</div>
This div box has shadow with color #EBE128.

Preview

Color preview on black background

This text has color #EBE128 on black background.


Color preview on white background

This text has color #EBE128 on white background.



Black color preview on #EBE128 background

This text has black color on #EBE128 background.


White color preview on #EBE128 background

This text has white color on #EBE128 background.