Html Css Color HEX #EACF8D Double Colonial White
📋 copy color: '#EACF8D'red 234 ◦ green 207 ◦ blue 141
Shades of Double Colonial White #EACF8D
Tints of Double Colonial White #EACF8D
RGB
CMYK
RGB Variations
Color information
#EACF8D (or 0xEACF8D) is known color: Double Colonial White. HEX triplet: EA, CF and 8D. RGB value is (234,207,141). Sum of RGB (Red+Green+Blue) = 234+207+141=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF8D is #153072. Grayscale: #CFCFCF. Windows color (decimal): -1388659 or 9293802. OLE color: 9293802.
HSL color Cylindrical-coordinate representation of color #EACF8D: hue angle of 42.58º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACF8D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 141 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.08 |
| HSL | 42.58º | 0.69% | 0.74% | - |
| HSV(B) | 42.58º | 0.4% | 0.92% | - |
| XYZ | 61.05 | 64.04 | 34.34 | - |
| YUV | 207.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 141 | 0 | 0.12 | 0.40 | 0.08 | 42.58 | 0.69 | 0.74 |
| Hex | EA | CF | 8D | 0 | C | 28 | 8 | 2B | 45 | 4A |
| Octal | 352 | 317 | 215 | 0 | 14 | 50 | 10 | 53 | 105 | 112 |
| Binary | 11101010 | 11001111 | 10001101 | 0 | 1100 | 101000 | 1000 | 101011 | 1000101 | 1001010 |
Color Harmonies of #EACF8D
Complementary color
Monochromatic Colors of #EACF8D
Black with #EACF8D
Text Example
Text Example
White with #EACF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF8D; }
p { color: rgb(234,207,141); }
H1.HeaderClassName
{
color: #EACF8D;
}
.AnyTagClassName
{
color: #EACF8D;
}
</style>
background-color css
<style>
a { background-color: #EACF8D; }
a { background-color: rgb(234,207,141); }
div.DivClassName
{
background-color: #EACF8D;
}
.BgClassName
{
background-color: #EACF8D;
}
</style>
border-color css
<style>
span { border-color: #EACF8D; }
span { border-color: rgb(234,207,141); }
td.TdClassName
{
border-color: #EACF8D;
}
.TagClassName
{
border-color: #EACF8D;
}
</style>