Html Css Color HEX #EADF09 Lemon

📋 copy color: '#EADF09'

red 234 ◦ green 223 ◦ blue 9

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

Shades of Lemon #EADF09

Tints of Lemon #EADF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 50.21%
G = 47.85%
B = 1.93%

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

#EADF09 (or 0xEADF09) is known color: Lemon. HEX triplet: EA, DF and 09. RGB value is (234,223,9). Sum of RGB (Red+Green+Blue) = 234+223+9=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF09 is #1520F6. Grayscale: #CACACA. Windows color (decimal): -1384695 or 647146. OLE color: 647146.

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

Color convert

RGB 234 223 9 -
CMYK 0 0.05 0.96 0.08
HSL 57.07º 0.93% 0.48% -
HSV(B) 57.07º 0.96% 0.92% -
XYZ 60.37 70.29 10.64 -
YUV 201.89 19.14 150.9 -
System Red Green Blue C M Y K H S L
Decimal 234 223 9 0 0.05 0.96 0.08 57.07 0.93 0.48
Hex EA DF 9 0 5 60 8 39 5D 30
Octal 352 337 11 0 5 140 10 71 135 60
Binary 11101010 11011111 1001 0 101 1100000 1000 111001 1011101 110000

Color Harmonies of #EADF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF09

Black with #EADF09

Text Example


Text Example

White with #EADF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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