Shades of Casablanca #EBA64E
Tints of Casablanca #EBA64E
RGB
CMYK
RGB Variations
Color information
#EBA64E (or 0xEBA64E) is known color: Casablanca. HEX triplet: EB, A6 and 4E. RGB value is (235,166,78). Sum of RGB (Red+Green+Blue) = 235+166+78=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA64E is #1459B1. Grayscale: #B1B1B1. Windows color (decimal): -1333682 or 5154539. OLE color: 5154539.
HSL color Cylindrical-coordinate representation of color #EBA64E: hue angle of 33.63º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBA64E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 78 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.08 |
| HSL | 33.63º | 0.8% | 0.61% | - |
| HSV(B) | 33.63º | 0.67% | 0.92% | - |
| XYZ | 49.27 | 45.48 | 13.39 | - |
| YUV | 176.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 78 | 0 | 0.29 | 0.67 | 0.08 | 33.63 | 0.8 | 0.61 |
| Hex | EB | A6 | 4E | 0 | 1D | 43 | 8 | 22 | 50 | 3D |
| Octal | 353 | 246 | 116 | 0 | 35 | 103 | 10 | 42 | 120 | 75 |
| Binary | 11101011 | 10100110 | 1001110 | 0 | 11101 | 1000011 | 1000 | 100010 | 1010000 | 111101 |
Color Harmonies of #EBA64E
Complementary color
Monochromatic Colors of #EBA64E
Black with #EBA64E
Text Example
Text Example
White with #EBA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA64E; }
p { color: rgb(235,166,78); }
H1.HeaderClassName
{
color: #EBA64E;
}
.AnyTagClassName
{
color: #EBA64E;
}
</style>
background-color css
<style>
a { background-color: #EBA64E; }
a { background-color: rgb(235,166,78); }
div.DivClassName
{
background-color: #EBA64E;
}
.BgClassName
{
background-color: #EBA64E;
}
</style>
border-color css
<style>
span { border-color: #EBA64E; }
span { border-color: rgb(235,166,78); }
td.TdClassName
{
border-color: #EBA64E;
}
.TagClassName
{
border-color: #EBA64E;
}
</style>