#ECE08A

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

Shades of Khaki #ECE08A

Tints of Khaki #ECE08A

Color information

#ECE08A (or 0xECE08A) is unknown color: approx Khaki. HEX triplet: EC, E0 and 8A. RGB value is (236,224,138). Sum of RGB (Red+Green+Blue) = 236+224+138=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE08A is #131F75. Grayscale: #DADADA. Windows color (decimal): -1253238 or 9101548. OLE color: 9101548.

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

Color convert

RGB236224138-
CMYK00.050.420.07
HSL52.65º72.06%73.33%-
HSV(B)52.65º41.53%92.55%-
XYZ65.8472.9834.66-
YUV217.7882.98140.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 138 (54.30% from 255) = 23.08%
R=39.46%
G=37.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622413800.050.420.0752.6572.0673.33
HexECE08A052A7354849
Octal3543402120552765110111
Binary111011001110000010001010010110101011111010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE08A; }

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

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

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

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

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

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

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

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