Html Css Color HEX #EED811 Lemon

📋 copy color: '#EED811'

red 238 ◦ green 216 ◦ blue 17

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

Shades of Lemon #EED811

Tints of Lemon #EED811

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 50.53%
G = 45.86%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EED811 (or 0xEED811) is known color: Lemon. HEX triplet: EE, D8 and 11. RGB value is (238,216,17). Sum of RGB (Red+Green+Blue) = 238+216+17=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EED811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED811 is #1127EE. Grayscale: #C8C8C8. Windows color (decimal): -1124335 or 1169646. OLE color: 1169646.

HSL color Cylindrical-coordinate representation of color #EED811: hue angle of 54.03º 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 #EED811 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 17 -
CMYK 0 0.09 0.93 0.07
HSL 54.03º 0.87% 0.5% -
HSV(B) 54.03º 0.93% 0.93% -
XYZ 59.92 67.33 10.37 -
YUV 199.89 24.79 155.18 -
System Red Green Blue C M Y K H S L
Decimal 238 216 17 0 0.09 0.93 0.07 54.03 0.87 0.5
Hex EE D8 11 0 9 5D 7 36 57 32
Octal 356 330 21 0 11 135 7 66 127 62
Binary 11101110 11011000 10001 0 1001 1011101 111 110110 1010111 110010

Color Harmonies of #EED811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED811

Black with #EED811

Text Example


Text Example

White with #EED811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED811; }

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

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

background-color css

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

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

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

border-color css

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

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

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