#EBE395

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

Shades of Khaki #EBE395

Tints of Khaki #EBE395

Color information

#EBE395 (or 0xEBE395) is unknown color: approx Khaki. HEX triplet: EB, E3 and 95. RGB value is (235,227,149). Sum of RGB (Red+Green+Blue) = 235+227+149=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE395 is #141C6A. Grayscale: #DCDCDC. Windows color (decimal): -1317995 or 9823211. OLE color: 9823211.

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

Color convert

RGB235227149-
CMYK00.030.370.08
HSL54.42º68.25%75.29%-
HSV(B)54.42º36.6%92.16%-
XYZ67.1574.7739.33-
YUV220.587.65138.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 227 (89.06% from 255) = 37.15%
BLUE value IS 149 (58.59% from 255) = 24.39%
R=38.46%
G=37.15%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522714900.030.370.0854.4268.2575.29
HexEBE3950325836444b
Octal35334322503451066104113
Binary111010111110001110010101011100101100011011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE395; }

 p { color: rgb(235,227,149); }

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

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

 a { background-color: rgb(235,227,149); }

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

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

 span { border-color: rgb(235,227,149); }

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