#ECE695

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

Shades of Khaki #ECE695

Tints of Khaki #ECE695

Color information

#ECE695 (or 0xECE695) is unknown color: approx Khaki. HEX triplet: EC, E6 and 95. RGB value is (236,230,149). Sum of RGB (Red+Green+Blue) = 236+230+149=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE695 is #13196A. Grayscale: #DEDEDE. Windows color (decimal): -1251691 or 9823980. OLE color: 9823980.

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

Color convert

RGB236230149-
CMYK00.030.370.07
HSL55.86º69.6%75.49%-
HSV(B)55.86º36.86%92.55%-
XYZ68.3176.639.62-
YUV222.5686.49137.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=38.37%
G=37.40%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623014900.030.370.0755.8669.675.49
HexECE6950325738464b
Octal3543462250345770106113
Binary11101100111001101001010101110010111111100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE695; }

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

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

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

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

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

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

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

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