#ECE295

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

Shades of Khaki #ECE295

Tints of Khaki #ECE295

Color information

#ECE295 (or 0xECE295) is unknown color: approx Khaki. HEX triplet: EC, E2 and 95. RGB value is (236,226,149). Sum of RGB (Red+Green+Blue) = 236+226+149=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE295 is #131D6A. Grayscale: #DCDCDC. Windows color (decimal): -1252715 or 9822956. OLE color: 9822956.

HSL color Cylindrical-coordinate representation of color #ECE295: hue angle of 53.1º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECE295 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236226149-
CMYK00.040.370.07
HSL53.1º69.6%75.49%-
HSV(B)53.1º36.86%92.55%-
XYZ67.2174.439.25-
YUV220.2187.81139.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 149 (58.59% from 255) = 24.39%
R=38.63%
G=36.99%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622614900.040.370.0753.169.675.49
HexECE2950425735464b
Octal3543422250445765106113
Binary111011001110001010010101010010010111111010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE295; }

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

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

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

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

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

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

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

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