Html Css Color HEX #EAE017 Lemon

📋 copy color: '#EAE017'

red 234 ◦ green 224 ◦ blue 23

#EAE017
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EAE017

Tints of Lemon #EAE017

RGB

 RED value IS 234 (91.8% from 255) = 48.65%

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 23 (9.38% from 255) = 4.78%

R = 48.65%
G = 46.57%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAE017 (or 0xEAE017) is known color: Lemon. HEX triplet: EA, E0 and 17. RGB value is (234,224,23). Sum of RGB (Red+Green+Blue) = 234+224+23=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 23 (9.38% from 255 or 4.78% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE017 is #151FE8. Grayscale: #CCCCCC. Windows color (decimal): -1384425 or 1564906. OLE color: 1564906.

HSL color Cylindrical-coordinate representation of color #EAE017: hue angle of 57.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAE017 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 23 -
CMYK 0 0.04 0.90 0.08
HSL 57.16º 0.83% 0.5% -
HSV(B) 57.16º 0.9% 0.92% -
XYZ 60.74 70.87 11.29 -
YUV 204.08 25.81 149.34 -
System Red Green Blue C M Y K H S L
Decimal 234 224 23 0 0.04 0.90 0.08 57.16 0.83 0.5
Hex EA E0 17 0 4 5A 8 39 53 32
Octal 352 340 27 0 4 132 10 71 123 62
Binary 11101010 11100000 10111 0 100 1011010 1000 111001 1010011 110010

Color Harmonies of #EAE017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE017

Black with #EAE017

Text Example


Text Example

White with #EAE017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE017; }

 p { color: rgb(234,224,23); }

 H1.HeaderClassName
 {
   color: #EAE017;
 }
 .AnyTagClassName
 {
   color: #EAE017;
 }
</style>

background-color css

<style>
 a { background-color: #EAE017; }

 a { background-color: rgb(234,224,23); }

 div.DivClassName
 {
   background-color: #EAE017;
 }
 .BgClassName
 {
   background-color: #EAE017;
 }
</style>

border-color css

<style>
 span { border-color: #EAE017; }

 span { border-color: rgb(234,224,23); }

 td.TdClassName
 {
   border-color: #EAE017;
 }
 .TagClassName
 {
   border-color: #EAE017;
 }
</style>