Shades of Casablanca #EBA951
Tints of Casablanca #EBA951
RGB
CMYK
RGB Variations
Color information
#EBA951 (or 0xEBA951) is known color: Casablanca. HEX triplet: EB, A9 and 51. RGB value is (235,169,81). Sum of RGB (Red+Green+Blue) = 235+169+81=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA951 is #1456AE. Grayscale: #B3B3B3. Windows color (decimal): -1332911 or 5351915. OLE color: 5351915.
HSL color Cylindrical-coordinate representation of color #EBA951: hue angle of 34.29º 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 #EBA951 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 81 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.08 |
| HSL | 34.29º | 0.79% | 0.62% | - |
| HSV(B) | 34.29º | 0.66% | 0.92% | - |
| XYZ | 49.93 | 46.63 | 14.15 | - |
| YUV | 178.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 81 | 0 | 0.28 | 0.66 | 0.08 | 34.29 | 0.79 | 0.62 |
| Hex | EB | A9 | 51 | 0 | 1C | 42 | 8 | 22 | 4F | 3E |
| Octal | 353 | 251 | 121 | 0 | 34 | 102 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101001 | 1010001 | 0 | 11100 | 1000010 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA951
Complementary color
Monochromatic Colors of #EBA951
Black with #EBA951
Text Example
Text Example
White with #EBA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA951; }
p { color: rgb(235,169,81); }
H1.HeaderClassName
{
color: #EBA951;
}
.AnyTagClassName
{
color: #EBA951;
}
</style>
background-color css
<style>
a { background-color: #EBA951; }
a { background-color: rgb(235,169,81); }
div.DivClassName
{
background-color: #EBA951;
}
.BgClassName
{
background-color: #EBA951;
}
</style>
border-color css
<style>
span { border-color: #EBA951; }
span { border-color: rgb(235,169,81); }
td.TdClassName
{
border-color: #EBA951;
}
.TagClassName
{
border-color: #EBA951;
}
</style>