#ECE490

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

Shades of Khaki #ECE490

Tints of Khaki #ECE490

Color information

#ECE490 (or 0xECE490) is unknown color: approx Khaki. HEX triplet: EC, E4 and 90. RGB value is (236,228,144). Sum of RGB (Red+Green+Blue) = 236+228+144=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE490 is #131B6F. Grayscale: #DDDDDD. Windows color (decimal): -1252208 or 9495788. OLE color: 9495788.

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

Color convert

RGB236228144-
CMYK00.030.390.07
HSL54.78º70.77%74.51%-
HSV(B)54.78º38.98%92.55%-
XYZ67.3775.3337.38-
YUV220.8284.65138.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 144 (56.64% from 255) = 23.68%
R=38.82%
G=37.5%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622814400.030.390.0754.7870.7774.51
HexECE4900327737474b
Octal3543442200347767107113
Binary11101100111001001001000001110011111111011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE490; }

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

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

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

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

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

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

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

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