Html Css Color HEX #EEED13 Lemon

📋 copy color: '#EEED13'

red 238 ◦ green 237 ◦ blue 19

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

Shades of Lemon #EEED13

Tints of Lemon #EEED13

RGB

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

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

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

R = 48.18%
G = 47.98%
B = 3.85%

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

#EEED13 (or 0xEEED13) is known color: Lemon. HEX triplet: EE, ED and 13. RGB value is (238,237,19). Sum of RGB (Red+Green+Blue) = 238+237+19=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED13 is #1112EC. Grayscale: #D5D5D5. Windows color (decimal): -1118957 or 1306094. OLE color: 1306094.

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

Color convert

RGB 238 237 19 -
CMYK 0 0.00 0.92 0.07
HSL 59.73º 0.87% 0.5% -
HSV(B) 59.73º 0.92% 0.93% -
XYZ 65.66 78.79 12.36 -
YUV 212.45 18.83 146.23 -
System Red Green Blue C M Y K H S L
Decimal 238 237 19 0 0.00 0.92 0.07 59.73 0.87 0.5
Hex EE ED 13 0 0 5C 7 3C 57 32
Octal 356 355 23 0 0 134 7 74 127 62
Binary 11101110 11101101 10011 0 0 1011100 111 111100 1010111 110010

Color Harmonies of #EEED13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED13

Black with #EEED13

Text Example


Text Example

White with #EEED13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED13; }

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

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

background-color css

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

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

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

border-color css

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

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

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