#ECE48A

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

Shades of Khaki #ECE48A

Tints of Khaki #ECE48A

Color information

#ECE48A (or 0xECE48A) is unknown color: approx Khaki. HEX triplet: EC, E4 and 8A. RGB value is (236,228,138). Sum of RGB (Red+Green+Blue) = 236+228+138=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48A is #131B75. Grayscale: #DCDCDC. Windows color (decimal): -1252214 or 9102572. OLE color: 9102572.

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

Color convert

RGB236228138-
CMYK00.030.420.07
HSL55.1º72.06%73.33%-
HSV(B)55.1º41.53%92.55%-
XYZ66.9275.1535.02-
YUV220.1381.65139.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 228 (89.45% from 255) = 37.87%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=39.20%
G=37.87%
B=22.92%

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
Decimal23622813800.030.420.0755.172.0673.33
HexECE48A032A7374849
Octal3543442120352767110111
Binary11101100111001001000101001110101011111011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE48A; }

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

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

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

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

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

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

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

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