#ECEA90

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

Shades of Khaki #ECEA90

Tints of Khaki #ECEA90

Color information

#ECEA90 (or 0xECEA90) is unknown color: approx Khaki. HEX triplet: EC, EA and 90. RGB value is (236,234,144). Sum of RGB (Red+Green+Blue) = 236+234+144=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA90 is #13156F. Grayscale: #E0E0E0. Windows color (decimal): -1250672 or 9497324. OLE color: 9497324.

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

Color convert

RGB236234144-
CMYK00.010.390.07
HSL58.7º70.77%74.51%-
HSV(B)58.7º38.98%92.55%-
XYZ69.0578.6937.94-
YUV224.3482.66136.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 144 (56.64% from 255) = 23.45%
R=38.44%
G=38.11%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623414400.010.390.0758.770.7774.51
HexECEA90012773b474b
Octal3543522200147773107113
Binary1110110011101010100100000110011111111101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA90; }

 p { color: rgb(236,234,144); }

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

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

 a { background-color: rgb(236,234,144); }

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

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

 span { border-color: rgb(236,234,144); }

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