Html Css Color HEX #EEE516 Lemon

📋 copy color: '#EEE516'

red 238 ◦ green 229 ◦ blue 22

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

Shades of Lemon #EEE516

Tints of Lemon #EEE516

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.83%

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

R = 48.67%
G = 46.83%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEE516 (or 0xEEE516) is known color: Lemon. HEX triplet: EE, E5 and 16. RGB value is (238,229,22). Sum of RGB (Red+Green+Blue) = 238+229+22=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE516 is #111AE9. Grayscale: #D0D0D0. Windows color (decimal): -1121002 or 1500654. OLE color: 1500654.

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

Color convert

RGB 238 229 22 -
CMYK 0 0.04 0.91 0.07
HSL 57.5º 0.86% 0.51% -
HSV(B) 57.5º 0.91% 0.93% -
XYZ 63.42 74.27 11.75 -
YUV 208.09 22.98 149.33 -
System Red Green Blue C M Y K H S L
Decimal 238 229 22 0 0.04 0.91 0.07 57.5 0.86 0.51
Hex EE E5 16 0 4 5B 7 3A 56 33
Octal 356 345 26 0 4 133 7 72 126 63
Binary 11101110 11100101 10110 0 100 1011011 111 111010 1010110 110011

Color Harmonies of #EEE516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE516

Black with #EEE516

Text Example


Text Example

White with #EEE516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE516; }

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

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

background-color css

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

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

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

border-color css

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

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

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