#ebe896

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

Shades of Khaki #EBE896

Tints of Khaki #EBE896

Color information

#EBE896 (or 0xEBE896) is unknown color: approx Khaki. HEX triplet: EB, E8 and 96. RGB value is (235,232,150). Sum of RGB (Red+Green+Blue) = 235+232+150=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE896 is #141769. Grayscale: #DFDFDF. Windows color (decimal): -1316714 or 9890027. OLE color: 9890027.

HSL color Cylindrical-coordinate representation of color #EBE896: hue angle of 57.88º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBE896 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235232150-
CMYK00.010.360.08
HSL57.88º68%75.49%-
HSV(B)57.88º36.17%92.16%-
XYZ68.6277.5840.21-
YUV223.5586.49136.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 150 (58.98% from 255) = 24.31%
R=38.09%
G=37.60%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523215000.010.360.0857.886875.49
HexEBE896012483a444b
Octal35335022601441072104113
Binary11101011111010001001011001100100100011101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebe896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebe896; }

 p { color: rgb(235,232,150); }

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

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

 a { background-color: rgb(235,232,150); }

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

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

 span { border-color: rgb(235,232,150); }

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