Html Css Color HEX #EAE509 Lemon

📋 copy color: '#EAE509'

red 234 ◦ green 229 ◦ blue 9

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

Shades of Lemon #EAE509

Tints of Lemon #EAE509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.91%

R = 49.58%
G = 48.52%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAE509 (or 0xEAE509) is known color: Lemon. HEX triplet: EA, E5 and 09. RGB value is (234,229,9). Sum of RGB (Red+Green+Blue) = 234+229+9=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 9 (3.91% from 255 or 1.91% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE509 is #151AF6. Grayscale: #CECECE. Windows color (decimal): -1383159 or 648682. OLE color: 648682.

HSL color Cylindrical-coordinate representation of color #EAE509: hue angle of 58.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAE509 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 9 -
CMYK 0 0.02 0.96 0.08
HSL 58.67º 0.93% 0.48% -
HSV(B) 58.67º 0.96% 0.92% -
XYZ 62 73.55 11.19 -
YUV 205.42 17.16 148.39 -
System Red Green Blue C M Y K H S L
Decimal 234 229 9 0 0.02 0.96 0.08 58.67 0.93 0.48
Hex EA E5 9 0 2 60 8 3B 5D 30
Octal 352 345 11 0 2 140 10 73 135 60
Binary 11101010 11100101 1001 0 10 1100000 1000 111011 1011101 110000

Color Harmonies of #EAE509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE509

Black with #EAE509

Text Example


Text Example

White with #EAE509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE509; }

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

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

background-color css

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

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

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

border-color css

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

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

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