#ECE488

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

Shades of Khaki #ECE488

Tints of Khaki #ECE488

Color information

#ECE488 (or 0xECE488) is unknown color: approx Khaki. HEX triplet: EC, E4 and 88. RGB value is (236,228,136). Sum of RGB (Red+Green+Blue) = 236+228+136=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE488 is #131B77. Grayscale: #DCDCDC. Windows color (decimal): -1252216 or 8971500. OLE color: 8971500.

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

Color convert

RGB236228136-
CMYK00.030.420.07
HSL55.2º72.46%72.94%-
HSV(B)55.2º42.37%92.55%-
XYZ66.7875.134.27-
YUV219.980.65139.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 228 (89.45% from 255) = 38%
BLUE value IS 136 (53.52% from 255) = 22.67%
R=39.33%
G=38%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622813600.030.420.0755.272.4672.94
HexECE488032A7374849
Octal3543442100352767110111
Binary11101100111001001000100001110101011111011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE488; }

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

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

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

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

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

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

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

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