#FEEF85

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

Shades of Khaki #FEEF85

Tints of Khaki #FEEF85

Color information

#FEEF85 (or 0xFEEF85) is unknown color: approx Khaki. HEX triplet: FE, EF and 85. RGB value is (254,239,133). Sum of RGB (Red+Green+Blue) = 254+239+133=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEF85 is #01107A. Grayscale: #E7E7E7. Windows color (decimal): -69755 or 8777726. OLE color: 8777726.

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

Color convert

RGB254239133-
CMYK00.060.480.00
HSL52.56º98.37%75.88%-
HSV(B)52.56º47.64%99.61%-
XYZ75.9784.534.5-
YUV231.472.47144.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 133 (52.34% from 255) = 21.25%
R=40.58%
G=38.18%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423913300.060.480.0052.5698.3775.88
HexFEEF850630035624c
Octal3763572050660065142114
Binary1111111011101111100001010110110000011010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEF85; }

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

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

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

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

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

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

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

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