Html Css Color HEX #E7CD8D Double Colonial White
📋 copy color: '#E7CD8D'red 231 ◦ green 205 ◦ blue 141
Shades of Double Colonial White #E7CD8D
Tints of Double Colonial White #E7CD8D
RGB
CMYK
RGB Variations
Color information
#E7CD8D (or 0xE7CD8D) is known color: Double Colonial White. HEX triplet: E7, CD and 8D. RGB value is (231,205,141). Sum of RGB (Red+Green+Blue) = 231+205+141=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CD8D is #183272. Grayscale: #CDCDCD. Windows color (decimal): -1585779 or 9293287. OLE color: 9293287.
HSL color Cylindrical-coordinate representation of color #E7CD8D: hue angle of 42.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7CD8D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 205 | 141 | - |
CMYK | 0 | 0.11 | 0.39 | 0.09 |
HSL | 42.67º | 0.65% | 0.73% | - |
HSV(B) | 42.67º | 0.39% | 0.91% | - |
XYZ | 59.59 | 62.57 | 34.14 | - |
YUV | 205.48 | 91.61 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 205 | 141 | 0 | 0.11 | 0.39 | 0.09 | 42.67 | 0.65 | 0.73 |
Hex | E7 | CD | 8D | 0 | B | 27 | 9 | 2B | 41 | 49 |
Octal | 347 | 315 | 215 | 0 | 13 | 47 | 11 | 53 | 101 | 111 |
Binary | 11100111 | 11001101 | 10001101 | 0 | 1011 | 100111 | 1001 | 101011 | 1000001 | 1001001 |
Color Harmonies of #E7CD8D
Complementary color
Monochromatic Colors of #E7CD8D
Black with #E7CD8D
Text Example
Text Example
White with #E7CD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CD8D; }
p { color: rgb(231,205,141); }
H1.HeaderClassName
{
color: #E7CD8D;
}
.AnyTagClassName
{
color: #E7CD8D;
}
</style>
background-color css
<style>
a { background-color: #E7CD8D; }
a { background-color: rgb(231,205,141); }
div.DivClassName
{
background-color: #E7CD8D;
}
.BgClassName
{
background-color: #E7CD8D;
}
</style>
border-color css
<style>
span { border-color: #E7CD8D; }
span { border-color: rgb(231,205,141); }
td.TdClassName
{
border-color: #E7CD8D;
}
.TagClassName
{
border-color: #E7CD8D;
}
</style>