Html Css Color HEX #E6CF93 Double Colonial White
📋 copy color: '#E6CF93'red 230 ◦ green 207 ◦ blue 147
Shades of Double Colonial White #E6CF93
Tints of Double Colonial White #E6CF93
RGB
CMYK
RGB Variations
Color information
#E6CF93 (or 0xE6CF93) is known color: Double Colonial White. HEX triplet: E6, CF and 93. RGB value is (230,207,147). Sum of RGB (Red+Green+Blue) = 230+207+147=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF93 is #19306C. Grayscale: #CFCFCF. Windows color (decimal): -1650797 or 9687014. OLE color: 9687014.
HSL color Cylindrical-coordinate representation of color #E6CF93: hue angle of 43.37º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6CF93 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 147 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.10 |
| HSL | 43.37º | 0.62% | 0.74% | - |
| HSV(B) | 43.37º | 0.36% | 0.9% | - |
| XYZ | 60.21 | 63.56 | 36.7 | - |
| YUV | 207.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 147 | 0 | 0.10 | 0.36 | 0.10 | 43.37 | 0.62 | 0.74 |
| Hex | E6 | CF | 93 | 0 | A | 24 | A | 2B | 3E | 4A |
| Octal | 346 | 317 | 223 | 0 | 12 | 44 | 12 | 53 | 76 | 112 |
| Binary | 11100110 | 11001111 | 10010011 | 0 | 1010 | 100100 | 1010 | 101011 | 111110 | 1001010 |
Color Harmonies of #E6CF93
Complementary color
Monochromatic Colors of #E6CF93
Black with #E6CF93
Text Example
Text Example
White with #E6CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF93; }
p { color: rgb(230,207,147); }
H1.HeaderClassName
{
color: #E6CF93;
}
.AnyTagClassName
{
color: #E6CF93;
}
</style>
background-color css
<style>
a { background-color: #E6CF93; }
a { background-color: rgb(230,207,147); }
div.DivClassName
{
background-color: #E6CF93;
}
.BgClassName
{
background-color: #E6CF93;
}
</style>
border-color css
<style>
span { border-color: #E6CF93; }
span { border-color: rgb(230,207,147); }
td.TdClassName
{
border-color: #E6CF93;
}
.TagClassName
{
border-color: #E6CF93;
}
</style>