Shades of Casablanca #EBA651
Tints of Casablanca #EBA651
RGB
CMYK
RGB Variations
Color information
#EBA651 (or 0xEBA651) is known color: Casablanca. HEX triplet: EB, A6 and 51. RGB value is (235,166,81). Sum of RGB (Red+Green+Blue) = 235+166+81=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA651 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA651 is #1459AE. Grayscale: #B1B1B1. Windows color (decimal): -1333679 or 5351147. OLE color: 5351147.
HSL color Cylindrical-coordinate representation of color #EBA651: hue angle of 33.12º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA651 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 81 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.08 |
| HSL | 33.12º | 0.79% | 0.62% | - |
| HSV(B) | 33.12º | 0.66% | 0.92% | - |
| XYZ | 49.38 | 45.53 | 13.97 | - |
| YUV | 176.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 81 | 0 | 0.29 | 0.66 | 0.08 | 33.12 | 0.79 | 0.62 |
| Hex | EB | A6 | 51 | 0 | 1D | 42 | 8 | 21 | 4F | 3E |
| Octal | 353 | 246 | 121 | 0 | 35 | 102 | 10 | 41 | 117 | 76 |
| Binary | 11101011 | 10100110 | 1010001 | 0 | 11101 | 1000010 | 1000 | 100001 | 1001111 | 111110 |
Color Harmonies of #EBA651
Complementary color
Monochromatic Colors of #EBA651
Black with #EBA651
Text Example
Text Example
White with #EBA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA651; }
p { color: rgb(235,166,81); }
H1.HeaderClassName
{
color: #EBA651;
}
.AnyTagClassName
{
color: #EBA651;
}
</style>
background-color css
<style>
a { background-color: #EBA651; }
a { background-color: rgb(235,166,81); }
div.DivClassName
{
background-color: #EBA651;
}
.BgClassName
{
background-color: #EBA651;
}
</style>
border-color css
<style>
span { border-color: #EBA651; }
span { border-color: rgb(235,166,81); }
td.TdClassName
{
border-color: #EBA651;
}
.TagClassName
{
border-color: #EBA651;
}
</style>