Html Css Color HEX #EADE18 Lemon

📋 copy color: '#EADE18'

red 234 ◦ green 222 ◦ blue 24

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

Shades of Lemon #EADE18

Tints of Lemon #EADE18

RGB

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

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

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

R = 48.75%
G = 46.25%
B = 5%

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

#EADE18 (or 0xEADE18) is known color: Lemon. HEX triplet: EA, DE and 18. RGB value is (234,222,24). Sum of RGB (Red+Green+Blue) = 234+222+24=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE18 is #1521E7. Grayscale: #CBCBCB. Windows color (decimal): -1384936 or 1629930. OLE color: 1629930.

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

Color convert

RGB 234 222 24 -
CMYK 0 0.05 0.90 0.08
HSL 56.57º 0.83% 0.51% -
HSV(B) 56.57º 0.9% 0.92% -
XYZ 60.22 69.8 11.16 -
YUV 203.02 26.98 150.1 -
System Red Green Blue C M Y K H S L
Decimal 234 222 24 0 0.05 0.90 0.08 56.57 0.83 0.51
Hex EA DE 18 0 5 5A 8 39 53 33
Octal 352 336 30 0 5 132 10 71 123 63
Binary 11101010 11011110 11000 0 101 1011010 1000 111001 1010011 110011

Color Harmonies of #EADE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE18

Black with #EADE18

Text Example


Text Example

White with #EADE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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