Html Css Color HEX #EEDB14 Lemon

📋 copy color: '#EEDB14'

red 238 ◦ green 219 ◦ blue 20

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

Shades of Lemon #EEDB14

Tints of Lemon #EEDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 49.9%
G = 45.91%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEDB14 (or 0xEEDB14) is known color: Lemon. HEX triplet: EE, DB and 14. RGB value is (238,219,20). Sum of RGB (Red+Green+Blue) = 238+219+20=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB14 is #1124EB. Grayscale: #CACACA. Windows color (decimal): -1123564 or 1367022. OLE color: 1367022.

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

Color convert

RGB 238 219 20 -
CMYK 0 0.08 0.92 0.07
HSL 54.77º 0.87% 0.51% -
HSV(B) 54.77º 0.92% 0.93% -
XYZ 60.72 68.89 10.76 -
YUV 202 25.29 153.68 -
System Red Green Blue C M Y K H S L
Decimal 238 219 20 0 0.08 0.92 0.07 54.77 0.87 0.51
Hex EE DB 14 0 8 5C 7 37 57 33
Octal 356 333 24 0 10 134 7 67 127 63
Binary 11101110 11011011 10100 0 1000 1011100 111 110111 1010111 110011

Color Harmonies of #EEDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB14

Black with #EEDB14

Text Example


Text Example

White with #EEDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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