Shades of Casablanca #EAA552
Tints of Casablanca #EAA552
RGB
CMYK
RGB Variations
Color information
#EAA552 (or 0xEAA552) is known color: Casablanca. HEX triplet: EA, A5 and 52. RGB value is (234,165,82). Sum of RGB (Red+Green+Blue) = 234+165+82=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA552 is #155AAD. Grayscale: #B0B0B0. Windows color (decimal): -1399470 or 5416426. OLE color: 5416426.
HSL color Cylindrical-coordinate representation of color #EAA552: hue angle of 32.76º 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 #EAA552 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 82 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.08 |
| HSL | 32.76º | 0.78% | 0.62% | - |
| HSV(B) | 32.76º | 0.65% | 0.92% | - |
| XYZ | 48.91 | 45.01 | 14.09 | - |
| YUV | 176.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 82 | 0 | 0.29 | 0.65 | 0.08 | 32.76 | 0.78 | 0.62 |
| Hex | EA | A5 | 52 | 0 | 1D | 41 | 8 | 21 | 4E | 3E |
| Octal | 352 | 245 | 122 | 0 | 35 | 101 | 10 | 41 | 116 | 76 |
| Binary | 11101010 | 10100101 | 1010010 | 0 | 11101 | 1000001 | 1000 | 100001 | 1001110 | 111110 |
Color Harmonies of #EAA552
Complementary color
Monochromatic Colors of #EAA552
Black with #EAA552
Text Example
Text Example
White with #EAA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA552; }
p { color: rgb(234,165,82); }
H1.HeaderClassName
{
color: #EAA552;
}
.AnyTagClassName
{
color: #EAA552;
}
</style>
background-color css
<style>
a { background-color: #EAA552; }
a { background-color: rgb(234,165,82); }
div.DivClassName
{
background-color: #EAA552;
}
.BgClassName
{
background-color: #EAA552;
}
</style>
border-color css
<style>
span { border-color: #EAA552; }
span { border-color: rgb(234,165,82); }
td.TdClassName
{
border-color: #EAA552;
}
.TagClassName
{
border-color: #EAA552;
}
</style>