Html Css Color HEX #EAE012 Lemon

📋 copy color: '#EAE012'

red 234 ◦ green 224 ◦ blue 18

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

Shades of Lemon #EAE012

Tints of Lemon #EAE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.78%

R = 49.16%
G = 47.06%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE012 (or 0xEAE012) is known color: Lemon. HEX triplet: EA, E0 and 12. RGB value is (234,224,18). Sum of RGB (Red+Green+Blue) = 234+224+18=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE012 is #151FED. Grayscale: #CCCCCC. Windows color (decimal): -1384430 or 1237226. OLE color: 1237226.

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

Color convert

RGB 234 224 18 -
CMYK 0 0.04 0.92 0.08
HSL 57.22º 0.86% 0.49% -
HSV(B) 57.22º 0.92% 0.92% -
XYZ 60.7 70.85 11.05 -
YUV 203.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 234 224 18 0 0.04 0.92 0.08 57.22 0.86 0.49
Hex EA E0 12 0 4 5C 8 39 56 31
Octal 352 340 22 0 4 134 10 71 126 61
Binary 11101010 11100000 10010 0 100 1011100 1000 111001 1010110 110001

Color Harmonies of #EAE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE012

Black with #EAE012

Text Example


Text Example

White with #EAE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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