Shades of Casablanca #EBA64D
Tints of Casablanca #EBA64D
RGB
CMYK
RGB Variations
Color information
#EBA64D (or 0xEBA64D) is known color: Casablanca. HEX triplet: EB, A6 and 4D. RGB value is (235,166,77). Sum of RGB (Red+Green+Blue) = 235+166+77=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA64D is #1459B2. Grayscale: #B0B0B0. Windows color (decimal): -1333683 or 5089003. OLE color: 5089003.
HSL color Cylindrical-coordinate representation of color #EBA64D: hue angle of 33.8º 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 #EBA64D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 77 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.08 |
| HSL | 33.8º | 0.8% | 0.61% | - |
| HSV(B) | 33.8º | 0.67% | 0.92% | - |
| XYZ | 49.24 | 45.47 | 13.2 | - |
| YUV | 176.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 77 | 0 | 0.29 | 0.67 | 0.08 | 33.8 | 0.8 | 0.61 |
| Hex | EB | A6 | 4D | 0 | 1D | 43 | 8 | 22 | 50 | 3D |
| Octal | 353 | 246 | 115 | 0 | 35 | 103 | 10 | 42 | 120 | 75 |
| Binary | 11101011 | 10100110 | 1001101 | 0 | 11101 | 1000011 | 1000 | 100010 | 1010000 | 111101 |
Color Harmonies of #EBA64D
Complementary color
Monochromatic Colors of #EBA64D
Black with #EBA64D
Text Example
Text Example
White with #EBA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA64D; }
p { color: rgb(235,166,77); }
H1.HeaderClassName
{
color: #EBA64D;
}
.AnyTagClassName
{
color: #EBA64D;
}
</style>
background-color css
<style>
a { background-color: #EBA64D; }
a { background-color: rgb(235,166,77); }
div.DivClassName
{
background-color: #EBA64D;
}
.BgClassName
{
background-color: #EBA64D;
}
</style>
border-color css
<style>
span { border-color: #EBA64D; }
span { border-color: rgb(235,166,77); }
td.TdClassName
{
border-color: #EBA64D;
}
.TagClassName
{
border-color: #EBA64D;
}
</style>