#ECEA8C

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

Shades of Khaki #ECEA8C

Tints of Khaki #ECEA8C

Color information

#ECEA8C (or 0xECEA8C) is unknown color: approx Khaki. HEX triplet: EC, EA and 8C. RGB value is (236,234,140). Sum of RGB (Red+Green+Blue) = 236+234+140=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA8C is #131573. Grayscale: #E0E0E0. Windows color (decimal): -1250676 or 9235180. OLE color: 9235180.

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

Color convert

RGB236234140-
CMYK00.010.410.07
HSL58.75º71.64%73.73%-
HSV(B)58.75º40.68%92.55%-
XYZ68.7578.5736.35-
YUV223.8880.66136.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=38.69%
G=38.36%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623414000.010.410.0758.7571.6473.73
HexECEA8C012973b484a
Octal3543522140151773110112
Binary1110110011101010100011000110100111111101110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA8C; }

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

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

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

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

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

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

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

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