#EBE495

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

Shades of Khaki #EBE495

Tints of Khaki #EBE495

Color information

#EBE495 (or 0xEBE495) is unknown color: approx Khaki. HEX triplet: EB, E4 and 95. RGB value is (235,228,149). Sum of RGB (Red+Green+Blue) = 235+228+149=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE495 is #141B6A. Grayscale: #DDDDDD. Windows color (decimal): -1317739 or 9823467. OLE color: 9823467.

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

Color convert

RGB235228149-
CMYK00.030.370.08
HSL55.12º68.25%75.29%-
HSV(B)55.12º36.6%92.16%-
XYZ67.4375.3239.42-
YUV221.0987.32137.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 149 (58.59% from 255) = 24.35%
R=38.40%
G=37.25%
B=24.35%

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
Decimal23522814900.030.370.0855.1268.2575.29
HexEBE4950325837444b
Octal35334422503451067104113
Binary111010111110010010010101011100101100011011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE495; }

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

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

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

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

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

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

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

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