Html Css Color HEX #EADF18 Lemon

📋 copy color: '#EADF18'

red 234 ◦ green 223 ◦ blue 24

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

Shades of Lemon #EADF18

Tints of Lemon #EADF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.99%

R = 48.65%
G = 46.36%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EADF18 (or 0xEADF18) is known color: Lemon. HEX triplet: EA, DF and 18. RGB value is (234,223,24). Sum of RGB (Red+Green+Blue) = 234+223+24=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF18 is #1520E7. Grayscale: #CCCCCC. Windows color (decimal): -1384680 or 1630186. OLE color: 1630186.

HSL color Cylindrical-coordinate representation of color #EADF18: hue angle of 56.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EADF18 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 24 -
CMYK 0 0.05 0.90 0.08
HSL 56.86º 0.83% 0.51% -
HSV(B) 56.86º 0.9% 0.92% -
XYZ 60.48 70.33 11.25 -
YUV 203.6 26.64 149.68 -
System Red Green Blue C M Y K H S L
Decimal 234 223 24 0 0.05 0.90 0.08 56.86 0.83 0.51
Hex EA DF 18 0 5 5A 8 39 53 33
Octal 352 337 30 0 5 132 10 71 123 63
Binary 11101010 11011111 11000 0 101 1011010 1000 111001 1010011 110011

Color Harmonies of #EADF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF18

Black with #EADF18

Text Example


Text Example

White with #EADF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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