#FEE985

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

Shades of Khaki #FEE985

Tints of Khaki #FEE985

Color information

#FEE985 (or 0xFEE985) is unknown color: approx Khaki. HEX triplet: FE, E9 and 85. RGB value is (254,233,133). Sum of RGB (Red+Green+Blue) = 254+233+133=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE985 is #01167A. Grayscale: #E4E4E4. Windows color (decimal): -71291 or 8776190. OLE color: 8776190.

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

Color convert

RGB254233133-
CMYK00.080.480.00
HSL49.59º98.37%75.88%-
HSV(B)49.59º47.64%99.61%-
XYZ74.2581.0433.92-
YUV227.8874.46146.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 133 (52.34% from 255) = 21.45%
R=40.97%
G=37.58%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423313300.080.480.0049.5998.3775.88
HexFEE9850830032624c
Octal37635120501060062142114
Binary11111110111010011000010101000110000011001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE985; }

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

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

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

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

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

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

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

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