#FFED86

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

Shades of Khaki #FFED86

Tints of Khaki #FFED86

Color information

#FFED86 (or 0xFFED86) is unknown color: approx Khaki. HEX triplet: FF, ED and 86. RGB value is (255,237,134). Sum of RGB (Red+Green+Blue) = 255+237+134=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 134 (52.73% from 255 or 21.41% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED86 is #001279. Grayscale: #E7E7E7. Windows color (decimal): -4730 or 8842751. OLE color: 8842751.

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

Color convert

RGB255237134-
CMYK00.070.470
HSL51.07º100%76.27%-
HSV(B)51.07º47.45%100%-
XYZ75.8383.5534.68-
YUV230.6473.46145.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 134 (52.73% from 255) = 21.41%
R=40.73%
G=37.86%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523713400.070.47051.0710076.27
HexFFED86072F033644c
Octal3773552060757063144114
Binary1111111111101101100001100111101111011001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED86; }

 p { color: rgb(255,237,134); }

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

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

 a { background-color: rgb(255,237,134); }

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

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

 span { border-color: rgb(255,237,134); }

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