COLOR #EBEA17

HEX: #EBEA17
RGB: (235,234,23)

Color info

#EBEA17 contains mainly red and green colors. Web safe color of #EBEA17 is #FFFF00 (or #FF0).

RGB color model

#EBEA17 color RGB value is (235,234,23).

  • red value is 235;
  • green value is 234;
  • blue value is 23.
RGB:
(235,234,23)
(92%,92%,9%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 23 of 255 = 9%

235
234
23

R + G + B ~ 64%. #EBEA17 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 234 + 23 = 492 (100%)
R 235 of 492 ~ 47.76%
G 234 of 492 ~ 47.56%
B 23 of 492 ~ 4.67%

%47.76
%47.56

CMYK color model

#EBEA17 color CMYK value is (0,0,90,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 90.21%
  • key color value is 7.84%
CMYK:
(0,0,90,8)
C0M0Y90K8 
(0%,0%,90%,8%)
(0.00/0.00/0.90/0.08)	

CMYK percentages

%0
%0.43
%90.21
%7.84

Codes

Color #EBEA17 in popluar color models

EBEA17
RGB23523423
HSL60°84.13%50.59%
HSB/HSV60°90.21%92.16%
CMYK0.00%0.43%90.21%
7.84%

Color #EBEA17 in popluar number systems.

HEXEBEA17
Decimal23523423
Binary111010111110101010111
Octal35335227

Shades and tints

Shades of #EBEA17

#EBEA17
(235,234,23)
#D6D515
(214,213,21)
#C1C013
(193,192,19)
#ACAB11
(172,171,17)
#97960F
(151,150,15)
#82810D
(130,129,13)
#6D6C0B
(109,108,11)
#585709
(88,87,9)
#434207
(67,66,7)
#2E2D05
(46,45,5)
#191803
(25,24,3)
#000000
(0,0,0)

Tints of #EBEA17

#EBEA17
(235,234,23)
#ECEB2C
(236,235,44)
#EDEC41
(237,236,65)
#EEED56
(238,237,86)
#EFEE6B
(239,238,107)
#F0EF80
(240,239,128)
#F1F095
(241,240,149)
#F2F1AA
(242,241,170)
#F3F2BF
(243,242,191)
#F4F3D4
(244,243,212)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEA17 color. Also use rgb(235,234,23) instead hex code.

Text Font Color

.myTextColor { color: #EBEA17; }

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

This text font color is #EBEA17.


Background Color

.myBgColor { background-color: #EBEA17; }

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

This div background color is #EBEA17.


Border color

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

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

This div border color is #EBEA17.


Opacity

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

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

Text with #EBEA17 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 #EBEA17;}

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

This text has shadow with #EBEA17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEA17 on black background.


Color preview on white background

This text has color #EBEA17 on white background.



Black color preview on #EBEA17 background

This text has black color on #EBEA17 background.


White color preview on #EBEA17 background

This text has white color on #EBEA17 background.