Html Css Color HEX #E8CD8F Double Colonial White
📋 copy color: '#E8CD8F'red 232 ◦ green 205 ◦ blue 143
Shades of Double Colonial White #E8CD8F
Tints of Double Colonial White #E8CD8F
RGB
CMYK
RGB Variations
Color information
#E8CD8F (or 0xE8CD8F) is known color: Double Colonial White. HEX triplet: E8, CD and 8F. RGB value is (232,205,143). Sum of RGB (Red+Green+Blue) = 232+205+143=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD8F is #173270. Grayscale: #CECECE. Windows color (decimal): -1520241 or 9424360. OLE color: 9424360.
HSL color Cylindrical-coordinate representation of color #E8CD8F: hue angle of 41.8º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8CD8F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 143 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.09 |
| HSL | 41.8º | 0.66% | 0.74% | - |
| HSV(B) | 41.8º | 0.38% | 0.91% | - |
| XYZ | 60.07 | 62.8 | 34.94 | - |
| YUV | 206.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 143 | 0 | 0.12 | 0.38 | 0.09 | 41.8 | 0.66 | 0.74 |
| Hex | E8 | CD | 8F | 0 | C | 26 | 9 | 2A | 42 | 4A |
| Octal | 350 | 315 | 217 | 0 | 14 | 46 | 11 | 52 | 102 | 112 |
| Binary | 11101000 | 11001101 | 10001111 | 0 | 1100 | 100110 | 1001 | 101010 | 1000010 | 1001010 |
Color Harmonies of #E8CD8F
Complementary color
Monochromatic Colors of #E8CD8F
Black with #E8CD8F
Text Example
Text Example
White with #E8CD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD8F; }
p { color: rgb(232,205,143); }
H1.HeaderClassName
{
color: #E8CD8F;
}
.AnyTagClassName
{
color: #E8CD8F;
}
</style>
background-color css
<style>
a { background-color: #E8CD8F; }
a { background-color: rgb(232,205,143); }
div.DivClassName
{
background-color: #E8CD8F;
}
.BgClassName
{
background-color: #E8CD8F;
}
</style>
border-color css
<style>
span { border-color: #E8CD8F; }
span { border-color: rgb(232,205,143); }
td.TdClassName
{
border-color: #E8CD8F;
}
.TagClassName
{
border-color: #E8CD8F;
}
</style>