Html Css Color HEX #E4CD8E Double Colonial White
📋 copy color: '#E4CD8E'red 228 ◦ green 205 ◦ blue 142
Shades of Double Colonial White #E4CD8E
Tints of Double Colonial White #E4CD8E
RGB
CMYK
RGB Variations
Color information
#E4CD8E (or 0xE4CD8E) is known color: Double Colonial White. HEX triplet: E4, CD and 8E. RGB value is (228,205,142). Sum of RGB (Red+Green+Blue) = 228+205+142=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CD8E is #1B3271. Grayscale: #CCCCCC. Windows color (decimal): -1782386 or 9358820. OLE color: 9358820.
HSL color Cylindrical-coordinate representation of color #E4CD8E: hue angle of 43.95º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4CD8E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 142 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.11 |
| HSL | 43.95º | 0.61% | 0.73% | - |
| HSV(B) | 43.95º | 0.38% | 0.89% | - |
| XYZ | 58.71 | 62.11 | 34.49 | - |
| YUV | 204.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 142 | 0 | 0.10 | 0.38 | 0.11 | 43.95 | 0.61 | 0.73 |
| Hex | E4 | CD | 8E | 0 | A | 26 | B | 2C | 3D | 49 |
| Octal | 344 | 315 | 216 | 0 | 12 | 46 | 13 | 54 | 75 | 111 |
| Binary | 11100100 | 11001101 | 10001110 | 0 | 1010 | 100110 | 1011 | 101100 | 111101 | 1001001 |
Color Harmonies of #E4CD8E
Complementary color
Monochromatic Colors of #E4CD8E
Black with #E4CD8E
Text Example
Text Example
White with #E4CD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CD8E; }
p { color: rgb(228,205,142); }
H1.HeaderClassName
{
color: #E4CD8E;
}
.AnyTagClassName
{
color: #E4CD8E;
}
</style>
background-color css
<style>
a { background-color: #E4CD8E; }
a { background-color: rgb(228,205,142); }
div.DivClassName
{
background-color: #E4CD8E;
}
.BgClassName
{
background-color: #E4CD8E;
}
</style>
border-color css
<style>
span { border-color: #E4CD8E; }
span { border-color: rgb(228,205,142); }
td.TdClassName
{
border-color: #E4CD8E;
}
.TagClassName
{
border-color: #E4CD8E;
}
</style>