Html Css Color HEX #E8CD90 Double Colonial White
📋 copy color: '#E8CD90'red 232 ◦ green 205 ◦ blue 144
Shades of Double Colonial White #E8CD90
Tints of Double Colonial White #E8CD90
RGB
CMYK
RGB Variations
Color information
#E8CD90 (or 0xE8CD90) is known color: Double Colonial White. HEX triplet: E8, CD and 90. RGB value is (232,205,144). Sum of RGB (Red+Green+Blue) = 232+205+144=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD90 is #17326F. Grayscale: #CECECE. Windows color (decimal): -1520240 or 9489896. OLE color: 9489896.
HSL color Cylindrical-coordinate representation of color #E8CD90: hue angle of 41.59º 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 #E8CD90 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 144 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.09 |
| HSL | 41.59º | 0.66% | 0.74% | - |
| HSV(B) | 41.59º | 0.38% | 0.91% | - |
| XYZ | 60.14 | 62.83 | 35.34 | - |
| YUV | 206.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 144 | 0 | 0.12 | 0.38 | 0.09 | 41.59 | 0.66 | 0.74 |
| Hex | E8 | CD | 90 | 0 | C | 26 | 9 | 2A | 42 | 4A |
| Octal | 350 | 315 | 220 | 0 | 14 | 46 | 11 | 52 | 102 | 112 |
| Binary | 11101000 | 11001101 | 10010000 | 0 | 1100 | 100110 | 1001 | 101010 | 1000010 | 1001010 |
Color Harmonies of #E8CD90
Complementary color
Monochromatic Colors of #E8CD90
Black with #E8CD90
Text Example
Text Example
White with #E8CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD90; }
p { color: rgb(232,205,144); }
H1.HeaderClassName
{
color: #E8CD90;
}
.AnyTagClassName
{
color: #E8CD90;
}
</style>
background-color css
<style>
a { background-color: #E8CD90; }
a { background-color: rgb(232,205,144); }
div.DivClassName
{
background-color: #E8CD90;
}
.BgClassName
{
background-color: #E8CD90;
}
</style>
border-color css
<style>
span { border-color: #E8CD90; }
span { border-color: rgb(232,205,144); }
td.TdClassName
{
border-color: #E8CD90;
}
.TagClassName
{
border-color: #E8CD90;
}
</style>