Html Css Color HEX #ECE0BC Double Pearl Lusta
📋 copy color: '#ECE0BC'red 236 ◦ green 224 ◦ blue 188
Shades of Double Pearl Lusta #ECE0BC
Tints of Double Pearl Lusta #ECE0BC
RGB
CMYK
RGB Variations
Color information
#ECE0BC (or 0xECE0BC) is known color: Double Pearl Lusta. HEX triplet: EC, E0 and BC. RGB value is (236,224,188). Sum of RGB (Red+Green+Blue) = 236+224+188=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0BC is #131F43. Grayscale: #DFDFDF. Windows color (decimal): -1253188 or 12378348. OLE color: 12378348.
HSL color Cylindrical-coordinate representation of color #ECE0BC: hue angle of 45º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE0BC is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 188 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.07 |
| HSL | 45º | 0.56% | 0.83% | - |
| HSV(B) | 45º | 0.2% | 0.93% | - |
| XYZ | 70.32 | 74.78 | 58.3 | - |
| YUV | 223.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 188 | 0 | 0.05 | 0.20 | 0.07 | 45 | 0.56 | 0.83 |
| Hex | EC | E0 | BC | 0 | 5 | 14 | 7 | 2D | 38 | 53 |
| Octal | 354 | 340 | 274 | 0 | 5 | 24 | 7 | 55 | 70 | 123 |
| Binary | 11101100 | 11100000 | 10111100 | 0 | 101 | 10100 | 111 | 101101 | 111000 | 1010011 |
Color Harmonies of #ECE0BC
Complementary color
Monochromatic Colors of #ECE0BC
Black with #ECE0BC
Text Example
Text Example
White with #ECE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0BC; }
p { color: rgb(236,224,188); }
H1.HeaderClassName
{
color: #ECE0BC;
}
.AnyTagClassName
{
color: #ECE0BC;
}
</style>
background-color css
<style>
a { background-color: #ECE0BC; }
a { background-color: rgb(236,224,188); }
div.DivClassName
{
background-color: #ECE0BC;
}
.BgClassName
{
background-color: #ECE0BC;
}
</style>
border-color css
<style>
span { border-color: #ECE0BC; }
span { border-color: rgb(236,224,188); }
td.TdClassName
{
border-color: #ECE0BC;
}
.TagClassName
{
border-color: #ECE0BC;
}
</style>