#FFEB86

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

Shades of Khaki #FFEB86

Tints of Khaki #FFEB86

Color information

#FFEB86 (or 0xFFEB86) is unknown color: approx Khaki. HEX triplet: FF, EB and 86. RGB value is (255,235,134). Sum of RGB (Red+Green+Blue) = 255+235+134=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 134 (52.73% from 255 or 21.47% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB86 is #001479. Grayscale: #E5E5E5. Windows color (decimal): -5242 or 8842239. OLE color: 8842239.

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

Color convert

RGB255235134-
CMYK00.080.470
HSL50.08º100%76.27%-
HSV(B)50.08º47.45%100%-
XYZ75.2582.434.49-
YUV229.4774.13146.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 134 (52.73% from 255) = 21.47%
R=40.87%
G=37.66%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523513400.080.47050.0810076.27
HexFFEB86082F032644c
Octal37735320601057062144114
Binary11111111111010111000011001000101111011001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB86; }

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

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

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

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

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

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

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

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