Html Css Color HEX #EEDC11 Lemon

📋 copy color: '#EEDC11'

red 238 ◦ green 220 ◦ blue 17

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

Shades of Lemon #EEDC11

Tints of Lemon #EEDC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 17 (7.03% from 255) = 3.58%

R = 50.11%
G = 46.32%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EEDC11 (or 0xEEDC11) is known color: Lemon. HEX triplet: EE, DC and 11. RGB value is (238,220,17). Sum of RGB (Red+Green+Blue) = 238+220+17=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC11 is #1123EE. Grayscale: #CBCBCB. Windows color (decimal): -1123311 or 1170670. OLE color: 1170670.

HSL color Cylindrical-coordinate representation of color #EEDC11: hue angle of 55.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEDC11 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 17 -
CMYK 0 0.08 0.93 0.07
HSL 55.11º 0.87% 0.5% -
HSV(B) 55.11º 0.93% 0.93% -
XYZ 60.95 69.4 10.71 -
YUV 202.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 238 220 17 0 0.08 0.93 0.07 55.11 0.87 0.5
Hex EE DC 11 0 8 5D 7 37 57 32
Octal 356 334 21 0 10 135 7 67 127 62
Binary 11101110 11011100 10001 0 1000 1011101 111 110111 1010111 110010

Color Harmonies of #EEDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC11

Black with #EEDC11

Text Example


Text Example

White with #EEDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC11; }

 p { color: rgb(238,220,17); }

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

background-color css

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

 a { background-color: rgb(238,220,17); }

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

border-color css

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

 span { border-color: rgb(238,220,17); }

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