#feec84

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

Shades of Khaki #FEEC84

Tints of Khaki #FEEC84

Color information

#FEEC84 (or 0xFEEC84) is unknown color: approx Khaki. HEX triplet: FE, EC and 84. RGB value is (254,236,132). Sum of RGB (Red+Green+Blue) = 254+236+132=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 132 (51.95% from 255 or 21.22% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEC84 is #01137B. Grayscale: #E5E5E5. Windows color (decimal): -70524 or 8711422. OLE color: 8711422.

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

Color convert

RGB254236132-
CMYK00.070.480.00
HSL51.15º98.39%75.69%-
HSV(B)51.15º48.03%99.61%-
XYZ75.0382.7333.84-
YUV229.5372.96145.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 132 (51.95% from 255) = 21.22%
R=40.84%
G=37.94%
B=21.22%

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
Decimal25423613200.070.480.0051.1598.3975.69
HexFEEC840730033624c
Octal3763542040760063142114
Binary1111111011101100100001000111110000011001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feec84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feec84; }

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

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

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

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

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

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

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

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