Html Css Color HEX #EAE506 Lemon

📋 copy color: '#EAE506'

red 234 ◦ green 229 ◦ blue 6

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

Shades of Lemon #EAE506

Tints of Lemon #EAE506

RGB

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

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

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

R = 49.89%
G = 48.83%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE506 (or 0xEAE506) is known color: Lemon. HEX triplet: EA, E5 and 06. RGB value is (234,229,6). Sum of RGB (Red+Green+Blue) = 234+229+6=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE506 is #151AF9. Grayscale: #CDCDCD. Windows color (decimal): -1383162 or 452074. OLE color: 452074.

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

Color convert

RGB 234 229 6 -
CMYK 0 0.02 0.97 0.08
HSL 58.68º 0.95% 0.47% -
HSV(B) 58.68º 0.97% 0.92% -
XYZ 61.98 73.54 11.1 -
YUV 205.07 15.66 148.63 -
System Red Green Blue C M Y K H S L
Decimal 234 229 6 0 0.02 0.97 0.08 58.68 0.95 0.47
Hex EA E5 6 0 2 61 8 3B 5F 2F
Octal 352 345 6 0 2 141 10 73 137 57
Binary 11101010 11100101 110 0 10 1100001 1000 111011 1011111 101111

Color Harmonies of #EAE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE506

Black with #EAE506

Text Example


Text Example

White with #EAE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE506; }

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

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

background-color css

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

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

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

border-color css

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

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

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