#ece48f

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

Shades of Khaki #ECE48F

Tints of Khaki #ECE48F

Color information

#ECE48F (or 0xECE48F) is unknown color: approx Khaki. HEX triplet: EC, E4 and 8F. RGB value is (236,228,143). Sum of RGB (Red+Green+Blue) = 236+228+143=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48F is #131B70. Grayscale: #DDDDDD. Windows color (decimal): -1252209 or 9430252. OLE color: 9430252.

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

Color convert

RGB236228143-
CMYK00.030.390.07
HSL54.84º70.99%74.31%-
HSV(B)54.84º39.41%92.55%-
XYZ67.2975.336.97-
YUV220.784.15138.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 143 (56.25% from 255) = 23.56%
R=38.88%
G=37.56%
B=23.56%

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
Decimal23622814300.030.390.0754.8470.9974.31
HexECE48F0327737474a
Octal3543442170347767107112
Binary11101100111001001000111101110011111111011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ece48f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ece48f; }

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

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

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

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

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

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

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

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