Shades of Casablanca #EBA450
Tints of Casablanca #EBA450
RGB
CMYK
RGB Variations
Color information
#EBA450 (or 0xEBA450) is known color: Casablanca. HEX triplet: EB, A4 and 50. RGB value is (235,164,80). Sum of RGB (Red+Green+Blue) = 235+164+80=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA450 is #145BAF. Grayscale: #B0B0B0. Windows color (decimal): -1334192 or 5285099. OLE color: 5285099.
HSL color Cylindrical-coordinate representation of color #EBA450: hue angle of 32.52º 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 #EBA450 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 80 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.08 |
| HSL | 32.52º | 0.79% | 0.62% | - |
| HSV(B) | 32.52º | 0.66% | 0.92% | - |
| XYZ | 48.98 | 44.79 | 13.65 | - |
| YUV | 175.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 80 | 0 | 0.30 | 0.66 | 0.08 | 32.52 | 0.79 | 0.62 |
| Hex | EB | A4 | 50 | 0 | 1E | 42 | 8 | 21 | 4F | 3E |
| Octal | 353 | 244 | 120 | 0 | 36 | 102 | 10 | 41 | 117 | 76 |
| Binary | 11101011 | 10100100 | 1010000 | 0 | 11110 | 1000010 | 1000 | 100001 | 1001111 | 111110 |
Color Harmonies of #EBA450
Complementary color
Monochromatic Colors of #EBA450
Black with #EBA450
Text Example
Text Example
White with #EBA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA450; }
p { color: rgb(235,164,80); }
H1.HeaderClassName
{
color: #EBA450;
}
.AnyTagClassName
{
color: #EBA450;
}
</style>
background-color css
<style>
a { background-color: #EBA450; }
a { background-color: rgb(235,164,80); }
div.DivClassName
{
background-color: #EBA450;
}
.BgClassName
{
background-color: #EBA450;
}
</style>
border-color css
<style>
span { border-color: #EBA450; }
span { border-color: rgb(235,164,80); }
td.TdClassName
{
border-color: #EBA450;
}
.TagClassName
{
border-color: #EBA450;
}
</style>