#ECE497

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

Shades of Khaki #ECE497

Tints of Khaki #ECE497

Color information

#ECE497 (or 0xECE497) is unknown color: approx Khaki. HEX triplet: EC, E4 and 97. RGB value is (236,228,151). Sum of RGB (Red+Green+Blue) = 236+228+151=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE497 is #131B68. Grayscale: #DDDDDD. Windows color (decimal): -1252201 or 9954540. OLE color: 9954540.

HSL color Cylindrical-coordinate representation of color #ECE497: hue angle of 54.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECE497 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236228151-
CMYK00.030.360.07
HSL54.35º69.11%75.88%-
HSV(B)54.35º36.02%92.55%-
XYZ67.9275.5540.28-
YUV221.6188.15138.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 151 (59.38% from 255) = 24.55%
R=38.37%
G=37.07%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622815100.030.360.0754.3569.1175.88
HexECE4970324736454c
Octal3543442270344766105114
Binary11101100111001001001011101110010011111011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE497; }

 p { color: rgb(236,228,151); }

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

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

 a { background-color: rgb(236,228,151); }

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

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

 span { border-color: rgb(236,228,151); }

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