#FDEA85

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

Shades of Khaki #FDEA85

Tints of Khaki #FDEA85

Color information

#FDEA85 (or 0xFDEA85) is unknown color: approx Khaki. HEX triplet: FD, EA and 85. RGB value is (253,234,133). Sum of RGB (Red+Green+Blue) = 253+234+133=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA85 is #02157A. Grayscale: #E4E4E4. Windows color (decimal): -136571 or 8776445. OLE color: 8776445.

HSL color Cylindrical-coordinate representation of color #FDEA85: hue angle of 50.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDEA85 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253234133-
CMYK00.080.470.01
HSL50.5º96.77%75.69%-
HSV(B)50.5º47.43%99.22%-
XYZ74.1681.4234-
YUV228.1774.29145.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 133 (52.34% from 255) = 21.45%
R=40.81%
G=37.74%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323413300.080.470.0150.596.7775.69
HexFDEA85082F132614c
Octal37535220501057162141114
Binary11111101111010101000010101000101111111001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA85; }

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

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

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

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

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

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

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

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