#ECE48E

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

Shades of Khaki #ECE48E

Tints of Khaki #ECE48E

Color information

#ECE48E (or 0xECE48E) is unknown color: approx Khaki. HEX triplet: EC, E4 and 8E. RGB value is (236,228,142). Sum of RGB (Red+Green+Blue) = 236+228+142=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48E is #131B71. Grayscale: #DCDCDC. Windows color (decimal): -1252210 or 9364716. OLE color: 9364716.

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

Color convert

RGB236228142-
CMYK00.030.400.07
HSL54.89º71.21%74.12%-
HSV(B)54.89º39.83%92.55%-
XYZ67.2275.2736.58-
YUV220.5983.65138.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 142 (55.86% from 255) = 23.43%
R=38.94%
G=37.62%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622814200.030.400.0754.8971.2174.12
HexECE48E0328737474a
Octal3543442160350767107112
Binary11101100111001001000111001110100011111011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE48E; }

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

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

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

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

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

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

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

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