#FEEA85

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

Shades of Khaki #FEEA85

Tints of Khaki #FEEA85

Color information

#FEEA85 (or 0xFEEA85) is unknown color: approx Khaki. HEX triplet: FE, EA and 85. RGB value is (254,234,133). Sum of RGB (Red+Green+Blue) = 254+234+133=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA85 is #01157A. Grayscale: #E4E4E4. Windows color (decimal): -71035 or 8776446. OLE color: 8776446.

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

Color convert

RGB254234133-
CMYK00.080.480.00
HSL50.08º98.37%75.88%-
HSV(B)50.08º47.64%99.61%-
XYZ74.5381.6134.01-
YUV228.4774.13146.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 133 (52.34% from 255) = 21.42%
R=40.90%
G=37.68%
B=21.42%

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
Decimal25423413300.080.480.0050.0898.3775.88
HexFEEA850830032624c
Octal37635220501060062142114
Binary11111110111010101000010101000110000011001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA85; }

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

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

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

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

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

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

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

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