#FEE885

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

Shades of Khaki #FEE885

Tints of Khaki #FEE885

Color information

#FEE885 (or 0xFEE885) is unknown color: approx Khaki. HEX triplet: FE, E8 and 85. RGB value is (254,232,133). Sum of RGB (Red+Green+Blue) = 254+232+133=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE885 is #01177A. Grayscale: #E3E3E3. Windows color (decimal): -71547 or 8775934. OLE color: 8775934.

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

Color convert

RGB254232133-
CMYK00.090.480.00
HSL49.09º98.37%75.88%-
HSV(B)49.09º47.64%99.61%-
XYZ73.9680.4833.83-
YUV227.2974.79147.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 133 (52.34% from 255) = 21.49%
R=41.03%
G=37.48%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423213300.090.480.0049.0998.3775.88
HexFEE8850930031624c
Octal37635020501160061142114
Binary11111110111010001000010101001110000011000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE885; }

 p { color: rgb(254,232,133); }

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

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

 a { background-color: rgb(254,232,133); }

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

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

 span { border-color: rgb(254,232,133); }

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