#FEEE85

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

Shades of Khaki #FEEE85

Tints of Khaki #FEEE85

Color information

#FEEE85 (or 0xFEEE85) is unknown color: approx Khaki. HEX triplet: FE, EE and 85. RGB value is (254,238,133). Sum of RGB (Red+Green+Blue) = 254+238+133=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEE85 is #01117A. Grayscale: #E7E7E7. Windows color (decimal): -70011 or 8777470. OLE color: 8777470.

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

Color convert

RGB254238133-
CMYK00.060.480.00
HSL52.07º98.37%75.88%-
HSV(B)52.07º47.64%99.61%-
XYZ75.6883.9134.4-
YUV230.8172.8144.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 133 (52.34% from 255) = 21.28%
R=40.64%
G=38.08%
B=21.28%

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
Decimal25423813300.060.480.0052.0798.3775.88
HexFEEE850630034624c
Octal3763562050660064142114
Binary1111111011101110100001010110110000011010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEE85; }

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

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

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

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

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

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

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

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