#FEEC85

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

Shades of Khaki #FEEC85

Tints of Khaki #FEEC85

Color information

#FEEC85 (or 0xFEEC85) is unknown color: approx Khaki. HEX triplet: FE, EC and 85. RGB value is (254,236,133). Sum of RGB (Red+Green+Blue) = 254+236+133=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEC85 is #01137A. Grayscale: #E6E6E6. Windows color (decimal): -70523 or 8776958. OLE color: 8776958.

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

Color convert

RGB254236133-
CMYK00.070.480.00
HSL51.07º98.37%75.88%-
HSV(B)51.07º47.64%99.61%-
XYZ75.182.7634.21-
YUV229.6473.46145.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 133 (52.34% from 255) = 21.35%
R=40.77%
G=37.88%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423613300.070.480.0051.0798.3775.88
HexFEEC850730033624c
Octal3763542050760063142114
Binary1111111011101100100001010111110000011001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEC85; }

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

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

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

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

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

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

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

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