#ECE690

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

Shades of Khaki #ECE690

Tints of Khaki #ECE690

Color information

#ECE690 (or 0xECE690) is unknown color: approx Khaki. HEX triplet: EC, E6 and 90. RGB value is (236,230,144). Sum of RGB (Red+Green+Blue) = 236+230+144=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE690 is #13196F. Grayscale: #DEDEDE. Windows color (decimal): -1251696 or 9496300. OLE color: 9496300.

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

Color convert

RGB236230144-
CMYK00.030.390.07
HSL56.09º70.77%74.51%-
HSV(B)56.09º38.98%92.55%-
XYZ67.9276.4437.56-
YUV221.9983.99137.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 144 (56.64% from 255) = 23.61%
R=38.69%
G=37.70%
B=23.61%

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
Decimal23623014400.030.390.0756.0970.7774.51
HexECE6900327738474b
Octal3543462200347770107113
Binary11101100111001101001000001110011111111100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE690; }

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

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

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

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

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

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

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

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