Html Css Color HEX #EEDD16 Lemon

📋 copy color: '#EEDD16'

red 238 ◦ green 221 ◦ blue 22

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

Shades of Lemon #EEDD16

Tints of Lemon #EEDD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.57%

R = 49.48%
G = 45.95%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEDD16 (or 0xEEDD16) is known color: Lemon. HEX triplet: EE, DD and 16. RGB value is (238,221,22). Sum of RGB (Red+Green+Blue) = 238+221+22=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD16 is #1122E9. Grayscale: #CCCCCC. Windows color (decimal): -1123050 or 1498606. OLE color: 1498606.

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

Color convert

RGB 238 221 22 -
CMYK 0 0.07 0.91 0.07
HSL 55.28º 0.86% 0.51% -
HSV(B) 55.28º 0.91% 0.93% -
XYZ 61.26 69.95 11.03 -
YUV 203.4 25.63 152.68 -
System Red Green Blue C M Y K H S L
Decimal 238 221 22 0 0.07 0.91 0.07 55.28 0.86 0.51
Hex EE DD 16 0 7 5B 7 37 56 33
Octal 356 335 26 0 7 133 7 67 126 63
Binary 11101110 11011101 10110 0 111 1011011 111 110111 1010110 110011

Color Harmonies of #EEDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD16

Black with #EEDD16

Text Example


Text Example

White with #EEDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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