Html Css Color HEX #EAE212 Lemon

📋 copy color: '#EAE212'

red 234 ◦ green 226 ◦ blue 18

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

Shades of Lemon #EAE212

Tints of Lemon #EAE212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.28%

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

R = 48.95%
G = 47.28%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE212 (or 0xEAE212) is known color: Lemon. HEX triplet: EA, E2 and 12. RGB value is (234,226,18). Sum of RGB (Red+Green+Blue) = 234+226+18=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE212 is #151DED. Grayscale: #CDCDCD. Windows color (decimal): -1383918 or 1237738. OLE color: 1237738.

HSL color Cylindrical-coordinate representation of color #EAE212: hue angle of 57.78º 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 #EAE212 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 226 18 -
CMYK 0 0.03 0.92 0.08
HSL 57.78º 0.86% 0.49% -
HSV(B) 57.78º 0.92% 0.92% -
XYZ 61.24 71.93 11.23 -
YUV 204.68 22.65 148.91 -
System Red Green Blue C M Y K H S L
Decimal 234 226 18 0 0.03 0.92 0.08 57.78 0.86 0.49
Hex EA E2 12 0 3 5C 8 3A 56 31
Octal 352 342 22 0 3 134 10 72 126 61
Binary 11101010 11100010 10010 0 11 1011100 1000 111010 1010110 110001

Color Harmonies of #EAE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE212

Black with #EAE212

Text Example


Text Example

White with #EAE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE212; }

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

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

background-color css

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

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

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

border-color css

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

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

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