Html Css Color HEX #EBD08D Double Colonial White
📋 copy color: '#EBD08D'red 235 ◦ green 208 ◦ blue 141
Shades of Double Colonial White #EBD08D
Tints of Double Colonial White #EBD08D
RGB
CMYK
RGB Variations
Color information
#EBD08D (or 0xEBD08D) is known color: Double Colonial White. HEX triplet: EB, D0 and 8D. RGB value is (235,208,141). Sum of RGB (Red+Green+Blue) = 235+208+141=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD08D is #142F72. Grayscale: #D0D0D0. Windows color (decimal): -1322867 or 9294059. OLE color: 9294059.
HSL color Cylindrical-coordinate representation of color #EBD08D: hue angle of 42.77º 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 #EBD08D is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 141 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.08 |
| HSL | 42.77º | 0.7% | 0.74% | - |
| HSV(B) | 42.77º | 0.4% | 0.92% | - |
| XYZ | 61.62 | 64.7 | 34.44 | - |
| YUV | 208.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 141 | 0 | 0.11 | 0.4 | 0.08 | 42.77 | 0.7 | 0.74 |
| Hex | EB | D0 | 8D | 0 | B | 28 | 8 | 2B | 46 | 4A |
| Octal | 353 | 320 | 215 | 0 | 13 | 50 | 10 | 53 | 106 | 112 |
| Binary | 11101011 | 11010000 | 10001101 | 0 | 1011 | 101000 | 1000 | 101011 | 1000110 | 1001010 |
Color Harmonies of #EBD08D
Complementary color
Monochromatic Colors of #EBD08D
Black with #EBD08D
Text Example
Text Example
White with #EBD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD08D; }
p { color: rgb(235,208,141); }
H1.HeaderClassName
{
color: #EBD08D;
}
.AnyTagClassName
{
color: #EBD08D;
}
</style>
background-color css
<style>
a { background-color: #EBD08D; }
a { background-color: rgb(235,208,141); }
div.DivClassName
{
background-color: #EBD08D;
}
.BgClassName
{
background-color: #EBD08D;
}
</style>
border-color css
<style>
span { border-color: #EBD08D; }
span { border-color: rgb(235,208,141); }
td.TdClassName
{
border-color: #EBD08D;
}
.TagClassName
{
border-color: #EBD08D;
}
</style>