Html Css Color HEX #EBD28C Double Colonial White
📋 copy color: '#EBD28C'red 235 ◦ green 210 ◦ blue 140
Shades of Double Colonial White #EBD28C
Tints of Double Colonial White #EBD28C
RGB
CMYK
RGB Variations
Color information
#EBD28C (or 0xEBD28C) is known color: Double Colonial White. HEX triplet: EB, D2 and 8C. RGB value is (235,210,140). Sum of RGB (Red+Green+Blue) = 235+210+140=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD28C is #142D73. Grayscale: #D1D1D1. Windows color (decimal): -1322356 or 9229035. OLE color: 9229035.
HSL color Cylindrical-coordinate representation of color #EBD28C: hue angle of 44.21º degrees, saturation: 0.7, 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 #EBD28C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 140 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.08 |
| HSL | 44.21º | 0.7% | 0.74% | - |
| HSV(B) | 44.21º | 0.4% | 0.92% | - |
| XYZ | 62.04 | 65.65 | 34.21 | - |
| YUV | 209.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 140 | 0 | 0.11 | 0.40 | 0.08 | 44.21 | 0.7 | 0.74 |
| Hex | EB | D2 | 8C | 0 | B | 28 | 8 | 2C | 46 | 4A |
| Octal | 353 | 322 | 214 | 0 | 13 | 50 | 10 | 54 | 106 | 112 |
| Binary | 11101011 | 11010010 | 10001100 | 0 | 1011 | 101000 | 1000 | 101100 | 1000110 | 1001010 |
Color Harmonies of #EBD28C
Complementary color
Monochromatic Colors of #EBD28C
Black with #EBD28C
Text Example
Text Example
White with #EBD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD28C; }
p { color: rgb(235,210,140); }
H1.HeaderClassName
{
color: #EBD28C;
}
.AnyTagClassName
{
color: #EBD28C;
}
</style>
background-color css
<style>
a { background-color: #EBD28C; }
a { background-color: rgb(235,210,140); }
div.DivClassName
{
background-color: #EBD28C;
}
.BgClassName
{
background-color: #EBD28C;
}
</style>
border-color css
<style>
span { border-color: #EBD28C; }
span { border-color: rgb(235,210,140); }
td.TdClassName
{
border-color: #EBD28C;
}
.TagClassName
{
border-color: #EBD28C;
}
</style>