Html Css Color HEX #EACF8F Double Colonial White
📋 copy color: '#EACF8F'red 234 ◦ green 207 ◦ blue 143
Shades of Double Colonial White #EACF8F
Tints of Double Colonial White #EACF8F
RGB
CMYK
RGB Variations
Color information
#EACF8F (or 0xEACF8F) is known color: Double Colonial White. HEX triplet: EA, CF and 8F. RGB value is (234,207,143). Sum of RGB (Red+Green+Blue) = 234+207+143=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF8F is #153070. Grayscale: #D0D0D0. Windows color (decimal): -1388657 or 9424874. OLE color: 9424874.
HSL color Cylindrical-coordinate representation of color #EACF8F: hue angle of 42.2º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EACF8F is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 143 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.08 |
| HSL | 42.2º | 0.68% | 0.74% | - |
| HSV(B) | 42.2º | 0.39% | 0.92% | - |
| XYZ | 61.2 | 64.1 | 35.13 | - |
| YUV | 207.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 143 | 0 | 0.12 | 0.39 | 0.08 | 42.2 | 0.68 | 0.74 |
| Hex | EA | CF | 8F | 0 | C | 27 | 8 | 2A | 44 | 4A |
| Octal | 352 | 317 | 217 | 0 | 14 | 47 | 10 | 52 | 104 | 112 |
| Binary | 11101010 | 11001111 | 10001111 | 0 | 1100 | 100111 | 1000 | 101010 | 1000100 | 1001010 |
Color Harmonies of #EACF8F
Complementary color
Monochromatic Colors of #EACF8F
Black with #EACF8F
Text Example
Text Example
White with #EACF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF8F; }
p { color: rgb(234,207,143); }
H1.HeaderClassName
{
color: #EACF8F;
}
.AnyTagClassName
{
color: #EACF8F;
}
</style>
background-color css
<style>
a { background-color: #EACF8F; }
a { background-color: rgb(234,207,143); }
div.DivClassName
{
background-color: #EACF8F;
}
.BgClassName
{
background-color: #EACF8F;
}
</style>
border-color css
<style>
span { border-color: #EACF8F; }
span { border-color: rgb(234,207,143); }
td.TdClassName
{
border-color: #EACF8F;
}
.TagClassName
{
border-color: #EACF8F;
}
</style>