#ECE48C

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

Shades of Khaki #ECE48C

Tints of Khaki #ECE48C

Color information

#ECE48C (or 0xECE48C) is unknown color: approx Khaki. HEX triplet: EC, E4 and 8C. RGB value is (236,228,140). Sum of RGB (Red+Green+Blue) = 236+228+140=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48C is #131B73. Grayscale: #DCDCDC. Windows color (decimal): -1252212 or 9233644. OLE color: 9233644.

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

Color convert

RGB236228140-
CMYK00.030.410.07
HSL55º71.64%73.73%-
HSV(B)55º40.68%92.55%-
XYZ67.0775.2135.79-
YUV220.3682.65139.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 140 (55.08% from 255) = 23.18%
R=39.07%
G=37.75%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622814000.030.410.075571.6473.73
HexECE48C0329737484a
Octal3543442140351767110112
Binary11101100111001001000110001110100111111011110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE48C; }

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

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

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

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

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

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

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

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