Html Css Color HEX #EBD38C Double Colonial White
📋 copy color: '#EBD38C'red 235 ◦ green 211 ◦ blue 140
Shades of Double Colonial White #EBD38C
Tints of Double Colonial White #EBD38C
RGB
CMYK
RGB Variations
Color information
#EBD38C (or 0xEBD38C) is known color: Double Colonial White. HEX triplet: EB, D3 and 8C. RGB value is (235,211,140). Sum of RGB (Red+Green+Blue) = 235+211+140=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD38C is #142C73. Grayscale: #D2D2D2. Windows color (decimal): -1322100 or 9229291. OLE color: 9229291.
HSL color Cylindrical-coordinate representation of color #EBD38C: hue angle of 44.84º 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 #EBD38C is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 140 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.08 |
| HSL | 44.84º | 0.7% | 0.74% | - |
| HSV(B) | 44.84º | 0.4% | 0.92% | - |
| XYZ | 62.29 | 66.14 | 34.3 | - |
| YUV | 210.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 140 | 0 | 0.10 | 0.40 | 0.08 | 44.84 | 0.7 | 0.74 |
| Hex | EB | D3 | 8C | 0 | A | 28 | 8 | 2D | 46 | 4A |
| Octal | 353 | 323 | 214 | 0 | 12 | 50 | 10 | 55 | 106 | 112 |
| Binary | 11101011 | 11010011 | 10001100 | 0 | 1010 | 101000 | 1000 | 101101 | 1000110 | 1001010 |
Color Harmonies of #EBD38C
Complementary color
Monochromatic Colors of #EBD38C
Black with #EBD38C
Text Example
Text Example
White with #EBD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD38C; }
p { color: rgb(235,211,140); }
H1.HeaderClassName
{
color: #EBD38C;
}
.AnyTagClassName
{
color: #EBD38C;
}
</style>
background-color css
<style>
a { background-color: #EBD38C; }
a { background-color: rgb(235,211,140); }
div.DivClassName
{
background-color: #EBD38C;
}
.BgClassName
{
background-color: #EBD38C;
}
</style>
border-color css
<style>
span { border-color: #EBD38C; }
span { border-color: rgb(235,211,140); }
td.TdClassName
{
border-color: #EBD38C;
}
.TagClassName
{
border-color: #EBD38C;
}
</style>