Shades of Casablanca #EAA553
Tints of Casablanca #EAA553
RGB
CMYK
RGB Variations
Color information
#EAA553 (or 0xEAA553) is known color: Casablanca. HEX triplet: EA, A5 and 53. RGB value is (234,165,83). Sum of RGB (Red+Green+Blue) = 234+165+83=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA553 is #155AAC. Grayscale: #B0B0B0. Windows color (decimal): -1399469 or 5481962. OLE color: 5481962.
HSL color Cylindrical-coordinate representation of color #EAA553: hue angle of 32.58º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAA553 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 83 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.08 |
| HSL | 32.58º | 0.78% | 0.62% | - |
| HSV(B) | 32.58º | 0.65% | 0.92% | - |
| XYZ | 48.95 | 45.03 | 14.29 | - |
| YUV | 176.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 83 | 0 | 0.29 | 0.65 | 0.08 | 32.58 | 0.78 | 0.62 |
| Hex | EA | A5 | 53 | 0 | 1D | 41 | 8 | 21 | 4E | 3E |
| Octal | 352 | 245 | 123 | 0 | 35 | 101 | 10 | 41 | 116 | 76 |
| Binary | 11101010 | 10100101 | 1010011 | 0 | 11101 | 1000001 | 1000 | 100001 | 1001110 | 111110 |
Color Harmonies of #EAA553
Complementary color
Monochromatic Colors of #EAA553
Black with #EAA553
Text Example
Text Example
White with #EAA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA553; }
p { color: rgb(234,165,83); }
H1.HeaderClassName
{
color: #EAA553;
}
.AnyTagClassName
{
color: #EAA553;
}
</style>
background-color css
<style>
a { background-color: #EAA553; }
a { background-color: rgb(234,165,83); }
div.DivClassName
{
background-color: #EAA553;
}
.BgClassName
{
background-color: #EAA553;
}
</style>
border-color css
<style>
span { border-color: #EAA553; }
span { border-color: rgb(234,165,83); }
td.TdClassName
{
border-color: #EAA553;
}
.TagClassName
{
border-color: #EAA553;
}
</style>