#ECE693

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

Shades of Khaki #ECE693

Tints of Khaki #ECE693

Color information

#ECE693 (or 0xECE693) is unknown color: approx Khaki. HEX triplet: EC, E6 and 93. RGB value is (236,230,147). Sum of RGB (Red+Green+Blue) = 236+230+147=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE693 is #13196C. Grayscale: #DEDEDE. Windows color (decimal): -1251693 or 9692908. OLE color: 9692908.

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

Color convert

RGB236230147-
CMYK00.030.380.07
HSL55.96º70.08%75.1%-
HSV(B)55.96º37.71%92.55%-
XYZ68.1676.5338.78-
YUV222.3385.49137.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 230 (90.23% from 255) = 37.52%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=38.50%
G=37.52%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623014700.030.380.0755.9670.0875.1
HexECE6930326738464b
Octal3543462230346770106113
Binary11101100111001101001001101110011011111100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE693; }

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

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

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

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

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

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

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

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