Html Css Color HEX #EEDD14 Lemon

📋 copy color: '#EEDD14'

red 238 ◦ green 221 ◦ blue 20

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

Shades of Lemon #EEDD14

Tints of Lemon #EEDD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 49.69%
G = 46.14%
B = 4.18%

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

#EEDD14 (or 0xEEDD14) is known color: Lemon. HEX triplet: EE, DD and 14. RGB value is (238,221,20). Sum of RGB (Red+Green+Blue) = 238+221+20=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD14 is #1122EB. Grayscale: #CBCBCB. Windows color (decimal): -1123052 or 1367534. OLE color: 1367534.

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

Color convert

RGB 238 221 20 -
CMYK 0 0.07 0.92 0.07
HSL 55.32º 0.87% 0.51% -
HSV(B) 55.32º 0.92% 0.93% -
XYZ 61.24 69.94 10.93 -
YUV 203.17 24.63 152.84 -
System Red Green Blue C M Y K H S L
Decimal 238 221 20 0 0.07 0.92 0.07 55.32 0.87 0.51
Hex EE DD 14 0 7 5C 7 37 57 33
Octal 356 335 24 0 7 134 7 67 127 63
Binary 11101110 11011101 10100 0 111 1011100 111 110111 1010111 110011

Color Harmonies of #EEDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD14

Black with #EEDD14

Text Example


Text Example

White with #EEDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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