Html Css Color HEX #EAE806 Lemon

📋 copy color: '#EAE806'

red 234 ◦ green 232 ◦ blue 6

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

Shades of Lemon #EAE806

Tints of Lemon #EAE806

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.15%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 49.58%
G = 49.15%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE806 (or 0xEAE806) is known color: Lemon. HEX triplet: EA, E8 and 06. RGB value is (234,232,6). Sum of RGB (Red+Green+Blue) = 234+232+6=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE806 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE806 is #1517F9. Grayscale: #CFCFCF. Windows color (decimal): -1382394 or 452842. OLE color: 452842.

HSL color Cylindrical-coordinate representation of color #EAE806: hue angle of 59.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAE806 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 232 6 -
CMYK 0 0.01 0.97 0.08
HSL 59.47º 0.95% 0.47% -
HSV(B) 59.47º 0.97% 0.92% -
XYZ 62.82 75.22 11.38 -
YUV 206.83 14.66 147.38 -
System Red Green Blue C M Y K H S L
Decimal 234 232 6 0 0.01 0.97 0.08 59.47 0.95 0.47
Hex EA E8 6 0 1 61 8 3B 5F 2F
Octal 352 350 6 0 1 141 10 73 137 57
Binary 11101010 11101000 110 0 1 1100001 1000 111011 1011111 101111

Color Harmonies of #EAE806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE806

Black with #EAE806

Text Example


Text Example

White with #EAE806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE806; }

 p { color: rgb(234,232,6); }

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

background-color css

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

 a { background-color: rgb(234,232,6); }

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

border-color css

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

 span { border-color: rgb(234,232,6); }

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