#EEE506

Color #EEE506 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EEE506

Tints of Lemon #EEE506

Color information

#EEE506 (or 0xEEE506) is unknown color: approx Lemon. HEX triplet: EE, E5 and 06. RGB value is (238,229,6). Sum of RGB (Red+Green+Blue) = 238+229+6=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE506 is #111AF9. Grayscale: #CFCFCF. Windows color (decimal): -1121018 or 452078. OLE color: 452078.

HSL color Cylindrical-coordinate representation of color #EEE506: hue angle of 57.67º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEE506 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB2382296-
CMYK00.040.970.07
HSL57.67º95.08%47.84%-
HSV(B)57.67º97.48%93.33%-
XYZ63.3174.2311.16-
YUV206.2714.98150.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.32%
GREEN value IS 229 (89.84% from 255) = 48.41%
BLUE value IS 6 (2.73% from 255) = 1.27%
R=50.32%
G=48.41%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238229600.040.970.0757.6795.0847.84
HexEEE56046173a5f30
Octal35634560414177213760
Binary1110111011100101110010011000011111110101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE506; }

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

 H1.HeaderClassName
 {
   color: #EEE506;
 }
 .AnyTagClassName
 {
   color: #EEE506;
 }
</style>
background-color css

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

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

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

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

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

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