#ECE58E

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

Shades of Khaki #ECE58E

Tints of Khaki #ECE58E

Color information

#ECE58E (or 0xECE58E) is unknown color: approx Khaki. HEX triplet: EC, E5 and 8E. RGB value is (236,229,142). Sum of RGB (Red+Green+Blue) = 236+229+142=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE58E is #131A71. Grayscale: #DDDDDD. Windows color (decimal): -1251954 or 9364972. OLE color: 9364972.

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

Color convert

RGB236229142-
CMYK00.030.400.07
HSL55.53º71.21%74.12%-
HSV(B)55.53º39.83%92.55%-
XYZ67.4975.8236.67-
YUV221.1883.32138.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 142 (55.86% from 255) = 23.39%
R=38.88%
G=37.73%
B=23.39%

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
Decimal23622914200.030.400.0755.5371.2174.12
HexECE58E0328738474a
Octal3543452160350770107112
Binary11101100111001011000111001110100011111100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE58E; }

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

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

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

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

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

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

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

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