#FFEE06

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

Shades of Lemon #FFEE06

Tints of Lemon #FFEE06

Color information

#FFEE06 (or 0xFFEE06) is unknown color: approx Lemon. HEX triplet: FF, EE and 06. RGB value is (255,238,6). Sum of RGB (Red+Green+Blue) = 255+238+6=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 6 (2.73% from 255 or 1.20% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE06 is #0011F9. Grayscale: #D9D9D9. Windows color (decimal): -4602 or 454399. OLE color: 454399.

HSL color Cylindrical-coordinate representation of color #FFEE06: hue angle of 55.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFEE06 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB2552386-
CMYK00.070.980
HSL55.9º100%51.18%-
HSV(B)55.9º97.65%100%-
XYZ71.8582.4212.29-
YUV216.639.13155.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 238 (93.36% from 255) = 47.70%
BLUE value IS 6 (2.73% from 255) = 1.20%
R=51.10%
G=47.70%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255238600.070.98055.910051.18
HexFFEE607620386433
Octal37735660714207014463
Binary11111111111011101100111110001001110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE06; }

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

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

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

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

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

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

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

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