#EBE295

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

Shades of Khaki #EBE295

Tints of Khaki #EBE295

Color information

#EBE295 (or 0xEBE295) is unknown color: approx Khaki. HEX triplet: EB, E2 and 95. RGB value is (235,226,149). Sum of RGB (Red+Green+Blue) = 235+226+149=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE295 is #141D6A. Grayscale: #DCDCDC. Windows color (decimal): -1318251 or 9822955. OLE color: 9822955.

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

Color convert

RGB235226149-
CMYK00.040.370.08
HSL53.72º68.25%75.29%-
HSV(B)53.72º36.6%92.16%-
XYZ66.8874.2239.24-
YUV219.9187.98138.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 149 (58.59% from 255) = 24.43%
R=38.52%
G=37.05%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522614900.040.370.0853.7268.2575.29
HexEBE2950425836444b
Octal35334222504451066104113
Binary1110101111100010100101010100100101100011011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE295; }

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

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

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

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

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

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

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

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