Shades of Khaki #ECE692
Tints of Khaki #ECE692
RGB
CMYK
RGB Variations
Color information
#ECE692 (or 0xECE692) is known color: Khaki. HEX triplet: EC, E6 and 92. RGB value is (236,230,146). Sum of RGB (Red+Green+Blue) = 236+230+146=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE692 is #13196D. Grayscale: #DEDEDE. Windows color (decimal): -1251694 or 9627372. OLE color: 9627372.
HSL color Cylindrical-coordinate representation of color #ECE692: hue angle of 56º 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 #ECE692 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 146 | - |
CMYK | 0 | 0.03 | 0.38 | 0.07 |
HSL | 56º | 0.7% | 0.75% | - |
HSV(B) | 56º | 0.38% | 0.93% | - |
XYZ | 68.08 | 76.5 | 38.37 | - |
YUV | 222.22 | 84.99 | 137.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 146 | 0 | 0.03 | 0.38 | 0.07 | 56 | 0.7 | 0.75 |
Hex | EC | E6 | 92 | 0 | 3 | 26 | 7 | 38 | 46 | 4B |
Octal | 354 | 346 | 222 | 0 | 3 | 46 | 7 | 70 | 106 | 113 |
Binary | 11101100 | 11100110 | 10010010 | 0 | 11 | 100110 | 111 | 111000 | 1000110 | 1001011 |
Color Harmonies of #ECE692
Complementary color
Monochromatic Colors of #ECE692
Black with #ECE692
Text Example
Text Example
White with #ECE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE692; }
p { color: rgb(236,230,146); }
H1.HeaderClassName
{
color: #ECE692;
}
.AnyTagClassName
{
color: #ECE692;
}
</style>
background-color css
<style>
a { background-color: #ECE692; }
a { background-color: rgb(236,230,146); }
div.DivClassName
{
background-color: #ECE692;
}
.BgClassName
{
background-color: #ECE692;
}
</style>
border-color css
<style>
span { border-color: #ECE692; }
span { border-color: rgb(236,230,146); }
td.TdClassName
{
border-color: #ECE692;
}
.TagClassName
{
border-color: #ECE692;
}
</style>