Html Css Color HEX #EEDD13 Lemon

📋 copy color: '#EEDD13'

red 238 ◦ green 221 ◦ blue 19

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

Shades of Lemon #EEDD13

Tints of Lemon #EEDD13

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.23%

 BLUE value IS 19 (7.81% from 255) = 3.97%

R = 49.79%
G = 46.23%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEDD13 (or 0xEEDD13) is known color: Lemon. HEX triplet: EE, DD and 13. RGB value is (238,221,19). Sum of RGB (Red+Green+Blue) = 238+221+19=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD13 is #1122EC. Grayscale: #CBCBCB. Windows color (decimal): -1123053 or 1301998. OLE color: 1301998.

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

Color convert

RGB 238 221 19 -
CMYK 0 0.07 0.92 0.07
HSL 55.34º 0.87% 0.5% -
HSV(B) 55.34º 0.92% 0.93% -
XYZ 61.23 69.94 10.89 -
YUV 203.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 238 221 19 0 0.07 0.92 0.07 55.34 0.87 0.5
Hex EE DD 13 0 7 5C 7 37 57 32
Octal 356 335 23 0 7 134 7 67 127 62
Binary 11101110 11011101 10011 0 111 1011100 111 110111 1010111 110010

Color Harmonies of #EEDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD13

Black with #EEDD13

Text Example


Text Example

White with #EEDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD13; }

 p { color: rgb(238,221,19); }

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

background-color css

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

 a { background-color: rgb(238,221,19); }

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

border-color css

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

 span { border-color: rgb(238,221,19); }

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