Html Css Color HEX #E2CB9B Double Colonial White
📋 copy color: '#E2CB9B'red 226 ◦ green 203 ◦ blue 155
Shades of Double Colonial White #E2CB9B
Tints of Double Colonial White #E2CB9B
RGB
CMYK
RGB Variations
Color information
#E2CB9B (or 0xE2CB9B) is known color: Double Colonial White. HEX triplet: E2, CB and 9B. RGB value is (226,203,155). Sum of RGB (Red+Green+Blue) = 226+203+155=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB9B is #1D3464. Grayscale: #CCCCCC. Windows color (decimal): -1913957 or 10210274. OLE color: 10210274.
HSL color Cylindrical-coordinate representation of color #E2CB9B: hue angle of 40.56º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2CB9B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 155 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.11 |
| HSL | 40.56º | 0.55% | 0.75% | - |
| HSV(B) | 40.56º | 0.31% | 0.89% | - |
| XYZ | 58.64 | 61.25 | 39.74 | - |
| YUV | 204.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 155 | 0 | 0.10 | 0.31 | 0.11 | 40.56 | 0.55 | 0.75 |
| Hex | E2 | CB | 9B | 0 | A | 1F | B | 29 | 37 | 4B |
| Octal | 342 | 313 | 233 | 0 | 12 | 37 | 13 | 51 | 67 | 113 |
| Binary | 11100010 | 11001011 | 10011011 | 0 | 1010 | 11111 | 1011 | 101001 | 110111 | 1001011 |
Color Harmonies of #E2CB9B
Complementary color
Monochromatic Colors of #E2CB9B
Black with #E2CB9B
Text Example
Text Example
White with #E2CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB9B; }
p { color: rgb(226,203,155); }
H1.HeaderClassName
{
color: #E2CB9B;
}
.AnyTagClassName
{
color: #E2CB9B;
}
</style>
background-color css
<style>
a { background-color: #E2CB9B; }
a { background-color: rgb(226,203,155); }
div.DivClassName
{
background-color: #E2CB9B;
}
.BgClassName
{
background-color: #E2CB9B;
}
</style>
border-color css
<style>
span { border-color: #E2CB9B; }
span { border-color: rgb(226,203,155); }
td.TdClassName
{
border-color: #E2CB9B;
}
.TagClassName
{
border-color: #E2CB9B;
}
</style>