Shades of Vis Vis #ECE09B
Tints of Vis Vis #ECE09B
RGB
CMYK
RGB Variations
Color information
#ECE09B (or 0xECE09B) is known color: Vis Vis. HEX triplet: EC, E0 and 9B. RGB value is (236,224,155). Sum of RGB (Red+Green+Blue) = 236+224+155=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE09B is #131F64. Grayscale: #DCDCDC. Windows color (decimal): -1253221 or 10215660. OLE color: 10215660.
HSL color Cylindrical-coordinate representation of color #ECE09B: hue angle of 51.11º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECE09B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 155 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.07 |
| HSL | 51.11º | 0.68% | 0.77% | - |
| HSV(B) | 51.11º | 0.34% | 0.93% | - |
| XYZ | 67.16 | 73.51 | 41.66 | - |
| YUV | 219.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 155 | 0 | 0.05 | 0.34 | 0.07 | 51.11 | 0.68 | 0.77 |
| Hex | EC | E0 | 9B | 0 | 5 | 22 | 7 | 33 | 44 | 4D |
| Octal | 354 | 340 | 233 | 0 | 5 | 42 | 7 | 63 | 104 | 115 |
| Binary | 11101100 | 11100000 | 10011011 | 0 | 101 | 100010 | 111 | 110011 | 1000100 | 1001101 |
Color Harmonies of #ECE09B
Complementary color
Monochromatic Colors of #ECE09B
Black with #ECE09B
Text Example
Text Example
White with #ECE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE09B; }
p { color: rgb(236,224,155); }
H1.HeaderClassName
{
color: #ECE09B;
}
.AnyTagClassName
{
color: #ECE09B;
}
</style>
background-color css
<style>
a { background-color: #ECE09B; }
a { background-color: rgb(236,224,155); }
div.DivClassName
{
background-color: #ECE09B;
}
.BgClassName
{
background-color: #ECE09B;
}
</style>
border-color css
<style>
span { border-color: #ECE09B; }
span { border-color: rgb(236,224,155); }
td.TdClassName
{
border-color: #ECE09B;
}
.TagClassName
{
border-color: #ECE09B;
}
</style>