Html Css Color HEX #EEDF18 Lemon

📋 copy color: '#EEDF18'

red 238 ◦ green 223 ◦ blue 24

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

Shades of Lemon #EEDF18

Tints of Lemon #EEDF18

RGB

 RED value IS 238 (93.36% from 255) = 49.07%

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

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

R = 49.07%
G = 45.98%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEDF18 (or 0xEEDF18) is known color: Lemon. HEX triplet: EE, DF and 18. RGB value is (238,223,24). Sum of RGB (Red+Green+Blue) = 238+223+24=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF18 is #1120E7. Grayscale: #CDCDCD. Windows color (decimal): -1122536 or 1630190. OLE color: 1630190.

HSL color Cylindrical-coordinate representation of color #EEDF18: hue angle of 55.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEDF18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 24 -
CMYK 0 0.06 0.90 0.07
HSL 55.79º 0.86% 0.51% -
HSV(B) 55.79º 0.9% 0.93% -
XYZ 61.81 71.02 11.31 -
YUV 204.8 25.97 151.68 -
System Red Green Blue C M Y K H S L
Decimal 238 223 24 0 0.06 0.90 0.07 55.79 0.86 0.51
Hex EE DF 18 0 6 5A 7 38 56 33
Octal 356 337 30 0 6 132 7 70 126 63
Binary 11101110 11011111 11000 0 110 1011010 111 111000 1010110 110011

Color Harmonies of #EEDF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF18

Black with #EEDF18

Text Example


Text Example

White with #EEDF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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