Html Css Color HEX #E2CB98 Double Colonial White
📋 copy color: '#E2CB98'red 226 ◦ green 203 ◦ blue 152
Shades of Double Colonial White #E2CB98
Tints of Double Colonial White #E2CB98
RGB
CMYK
RGB Variations
Color information
#E2CB98 (or 0xE2CB98) is known color: Double Colonial White. HEX triplet: E2, CB and 98. RGB value is (226,203,152). Sum of RGB (Red+Green+Blue) = 226+203+152=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB98 is #1D3467. Grayscale: #CCCCCC. Windows color (decimal): -1913960 or 10013666. OLE color: 10013666.
HSL color Cylindrical-coordinate representation of color #E2CB98: hue angle of 41.35º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2CB98 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 152 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.11 |
| HSL | 41.35º | 0.56% | 0.74% | - |
| HSV(B) | 41.35º | 0.33% | 0.89% | - |
| XYZ | 58.39 | 61.15 | 38.43 | - |
| YUV | 204.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 152 | 0 | 0.10 | 0.33 | 0.11 | 41.35 | 0.56 | 0.74 |
| Hex | E2 | CB | 98 | 0 | A | 21 | B | 29 | 38 | 4A |
| Octal | 342 | 313 | 230 | 0 | 12 | 41 | 13 | 51 | 70 | 112 |
| Binary | 11100010 | 11001011 | 10011000 | 0 | 1010 | 100001 | 1011 | 101001 | 111000 | 1001010 |
Color Harmonies of #E2CB98
Complementary color
Monochromatic Colors of #E2CB98
Black with #E2CB98
Text Example
Text Example
White with #E2CB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB98; }
p { color: rgb(226,203,152); }
H1.HeaderClassName
{
color: #E2CB98;
}
.AnyTagClassName
{
color: #E2CB98;
}
</style>
background-color css
<style>
a { background-color: #E2CB98; }
a { background-color: rgb(226,203,152); }
div.DivClassName
{
background-color: #E2CB98;
}
.BgClassName
{
background-color: #E2CB98;
}
</style>
border-color css
<style>
span { border-color: #E2CB98; }
span { border-color: rgb(226,203,152); }
td.TdClassName
{
border-color: #E2CB98;
}
.TagClassName
{
border-color: #E2CB98;
}
</style>