#ECE195

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

Shades of Khaki #ECE195

Tints of Khaki #ECE195

Color information

#ECE195 (or 0xECE195) is unknown color: approx Khaki. HEX triplet: EC, E1 and 95. RGB value is (236,225,149). Sum of RGB (Red+Green+Blue) = 236+225+149=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE195 is #131E6A. Grayscale: #DBDBDB. Windows color (decimal): -1252971 or 9822700. OLE color: 9822700.

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

Color convert

RGB236225149-
CMYK00.050.370.07
HSL52.41º69.6%75.49%-
HSV(B)52.41º36.86%92.55%-
XYZ66.9473.8539.16-
YUV219.6288.14139.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 149 (58.59% from 255) = 24.43%
R=38.69%
G=36.89%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622514900.050.370.0752.4169.675.49
HexECE1950525734464b
Octal3543412250545764106113
Binary111011001110000110010101010110010111111010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE195; }

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

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

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

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

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

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

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

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