Html Css Color HEX #EEED14 Lemon

📋 copy color: '#EEED14'

red 238 ◦ green 237 ◦ blue 20

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

Shades of Lemon #EEED14

Tints of Lemon #EEED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.88%

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

R = 48.08%
G = 47.88%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEED14 (or 0xEEED14) is known color: Lemon. HEX triplet: EE, ED and 14. RGB value is (238,237,20). Sum of RGB (Red+Green+Blue) = 238+237+20=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED14 is #1112EB. Grayscale: #D5D5D5. Windows color (decimal): -1118956 or 1371630. OLE color: 1371630.

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

Color convert

RGB 238 237 20 -
CMYK 0 0.00 0.92 0.07
HSL 59.72º 0.87% 0.51% -
HSV(B) 59.72º 0.92% 0.93% -
XYZ 65.67 78.8 12.41 -
YUV 212.56 19.33 146.14 -
System Red Green Blue C M Y K H S L
Decimal 238 237 20 0 0.00 0.92 0.07 59.72 0.87 0.51
Hex EE ED 14 0 0 5C 7 3C 57 33
Octal 356 355 24 0 0 134 7 74 127 63
Binary 11101110 11101101 10100 0 0 1011100 111 111100 1010111 110011

Color Harmonies of #EEED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED14

Black with #EEED14

Text Example


Text Example

White with #EEED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED14; }

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

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

background-color css

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

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

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

border-color css

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

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

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