Html Css Color HEX #ECE0BE Double Pearl Lusta
📋 copy color: '#ECE0BE'red 236 ◦ green 224 ◦ blue 190
Shades of Double Pearl Lusta #ECE0BE
Tints of Double Pearl Lusta #ECE0BE
RGB
CMYK
RGB Variations
Color information
#ECE0BE (or 0xECE0BE) is known color: Double Pearl Lusta. HEX triplet: EC, E0 and BE. RGB value is (236,224,190). Sum of RGB (Red+Green+Blue) = 236+224+190=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0BE is #131F41. Grayscale: #DFDFDF. Windows color (decimal): -1253186 or 12509420. OLE color: 12509420.
HSL color Cylindrical-coordinate representation of color #ECE0BE: hue angle of 44.35º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE0BE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 190 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.07 |
| HSL | 44.35º | 0.55% | 0.84% | - |
| HSV(B) | 44.35º | 0.19% | 0.93% | - |
| XYZ | 70.54 | 74.86 | 59.45 | - |
| YUV | 223.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 190 | 0 | 0.05 | 0.19 | 0.07 | 44.35 | 0.55 | 0.84 |
| Hex | EC | E0 | BE | 0 | 5 | 13 | 7 | 2C | 37 | 54 |
| Octal | 354 | 340 | 276 | 0 | 5 | 23 | 7 | 54 | 67 | 124 |
| Binary | 11101100 | 11100000 | 10111110 | 0 | 101 | 10011 | 111 | 101100 | 110111 | 1010100 |
Color Harmonies of #ECE0BE
Complementary color
Monochromatic Colors of #ECE0BE
Black with #ECE0BE
Text Example
Text Example
White with #ECE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0BE; }
p { color: rgb(236,224,190); }
H1.HeaderClassName
{
color: #ECE0BE;
}
.AnyTagClassName
{
color: #ECE0BE;
}
</style>
background-color css
<style>
a { background-color: #ECE0BE; }
a { background-color: rgb(236,224,190); }
div.DivClassName
{
background-color: #ECE0BE;
}
.BgClassName
{
background-color: #ECE0BE;
}
</style>
border-color css
<style>
span { border-color: #ECE0BE; }
span { border-color: rgb(236,224,190); }
td.TdClassName
{
border-color: #ECE0BE;
}
.TagClassName
{
border-color: #ECE0BE;
}
</style>