Html Css Color HEX #EAE512 Lemon

📋 copy color: '#EAE512'

red 234 ◦ green 229 ◦ blue 18

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

Shades of Lemon #EAE512

Tints of Lemon #EAE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

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

R = 48.65%
G = 47.61%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE512 (or 0xEAE512) is known color: Lemon. HEX triplet: EA, E5 and 12. RGB value is (234,229,18). Sum of RGB (Red+Green+Blue) = 234+229+18=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE512 is #151AED. Grayscale: #CFCFCF. Windows color (decimal): -1383150 or 1238506. OLE color: 1238506.

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

Color convert

RGB 234 229 18 -
CMYK 0 0.02 0.92 0.08
HSL 58.61º 0.86% 0.49% -
HSV(B) 58.61º 0.92% 0.92% -
XYZ 62.06 73.57 11.5 -
YUV 206.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 234 229 18 0 0.02 0.92 0.08 58.61 0.86 0.49
Hex EA E5 12 0 2 5C 8 3B 56 31
Octal 352 345 22 0 2 134 10 73 126 61
Binary 11101010 11100101 10010 0 10 1011100 1000 111011 1010110 110001

Color Harmonies of #EAE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE512

Black with #EAE512

Text Example


Text Example

White with #EAE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE512; }

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

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

background-color css

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

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

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

border-color css

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

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

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