Html Css Color HEX #EEDA11 Lemon

📋 copy color: '#EEDA11'

red 238 ◦ green 218 ◦ blue 17

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

Shades of Lemon #EEDA11

Tints of Lemon #EEDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 50.32%
G = 46.09%
B = 3.59%

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

#EEDA11 (or 0xEEDA11) is known color: Lemon. HEX triplet: EE, DA and 11. RGB value is (238,218,17). Sum of RGB (Red+Green+Blue) = 238+218+17=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA11 is #1125EE. Grayscale: #C9C9C9. Windows color (decimal): -1123823 or 1170158. OLE color: 1170158.

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

Color convert

RGB 238 218 17 -
CMYK 0 0.08 0.93 0.07
HSL 54.57º 0.87% 0.5% -
HSV(B) 54.57º 0.93% 0.93% -
XYZ 60.43 68.36 10.54 -
YUV 201.07 24.13 154.34 -
System Red Green Blue C M Y K H S L
Decimal 238 218 17 0 0.08 0.93 0.07 54.57 0.87 0.5
Hex EE DA 11 0 8 5D 7 37 57 32
Octal 356 332 21 0 10 135 7 67 127 62
Binary 11101110 11011010 10001 0 1000 1011101 111 110111 1010111 110010

Color Harmonies of #EEDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA11

Black with #EEDA11

Text Example


Text Example

White with #EEDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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