#ECEB8A

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

Shades of Khaki #ECEB8A

Tints of Khaki #ECEB8A

Color information

#ECEB8A (or 0xECEB8A) is unknown color: approx Khaki. HEX triplet: EC, EB and 8A. RGB value is (236,235,138). Sum of RGB (Red+Green+Blue) = 236+235+138=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB8A is #131475. Grayscale: #E0E0E0. Windows color (decimal): -1250422 or 9104364. OLE color: 9104364.

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

Color convert

RGB236235138-
CMYK00.000.420.07
HSL59.39º72.06%73.33%-
HSV(B)59.39º41.53%92.55%-
XYZ68.8979.0835.68-
YUV224.2479.33136.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 138 (54.30% from 255) = 22.66%
R=38.75%
G=38.59%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623513800.000.420.0759.3972.0673.33
HexECEB8A002A73b4849
Octal3543532120052773110111
Binary1110110011101011100010100010101011111101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB8A; }

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

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

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

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

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

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

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

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