Html Css Color HEX #EADE09 Lemon

📋 copy color: '#EADE09'

red 234 ◦ green 222 ◦ blue 9

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

Shades of Lemon #EADE09

Tints of Lemon #EADE09

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 50.32%
G = 47.74%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EADE09 (or 0xEADE09) is known color: Lemon. HEX triplet: EA, DE and 09. RGB value is (234,222,9). Sum of RGB (Red+Green+Blue) = 234+222+9=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE09 is #1521F6. Grayscale: #CACACA. Windows color (decimal): -1384951 or 646890. OLE color: 646890.

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

Color convert

RGB 234 222 9 -
CMYK 0 0.05 0.96 0.08
HSL 56.8º 0.93% 0.48% -
HSV(B) 56.8º 0.96% 0.92% -
XYZ 60.1 69.75 10.55 -
YUV 201.31 19.48 151.32 -
System Red Green Blue C M Y K H S L
Decimal 234 222 9 0 0.05 0.96 0.08 56.8 0.93 0.48
Hex EA DE 9 0 5 60 8 39 5D 30
Octal 352 336 11 0 5 140 10 71 135 60
Binary 11101010 11011110 1001 0 101 1100000 1000 111001 1011101 110000

Color Harmonies of #EADE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE09

Black with #EADE09

Text Example


Text Example

White with #EADE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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