Shades of Casablanca #EAA652
Tints of Casablanca #EAA652
RGB
CMYK
RGB Variations
Color information
#EAA652 (or 0xEAA652) is known color: Casablanca. HEX triplet: EA, A6 and 52. RGB value is (234,166,82). Sum of RGB (Red+Green+Blue) = 234+166+82=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA652 is #1559AD. Grayscale: #B1B1B1. Windows color (decimal): -1399214 or 5416682. OLE color: 5416682.
HSL color Cylindrical-coordinate representation of color #EAA652: hue angle of 33.16º 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 #EAA652 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 82 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.08 |
| HSL | 33.16º | 0.78% | 0.62% | - |
| HSV(B) | 33.16º | 0.65% | 0.92% | - |
| XYZ | 49.09 | 45.37 | 14.15 | - |
| YUV | 176.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 82 | 0 | 0.29 | 0.65 | 0.08 | 33.16 | 0.78 | 0.62 |
| Hex | EA | A6 | 52 | 0 | 1D | 41 | 8 | 21 | 4E | 3E |
| Octal | 352 | 246 | 122 | 0 | 35 | 101 | 10 | 41 | 116 | 76 |
| Binary | 11101010 | 10100110 | 1010010 | 0 | 11101 | 1000001 | 1000 | 100001 | 1001110 | 111110 |
Color Harmonies of #EAA652
Complementary color
Monochromatic Colors of #EAA652
Black with #EAA652
Text Example
Text Example
White with #EAA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA652; }
p { color: rgb(234,166,82); }
H1.HeaderClassName
{
color: #EAA652;
}
.AnyTagClassName
{
color: #EAA652;
}
</style>
background-color css
<style>
a { background-color: #EAA652; }
a { background-color: rgb(234,166,82); }
div.DivClassName
{
background-color: #EAA652;
}
.BgClassName
{
background-color: #EAA652;
}
</style>
border-color css
<style>
span { border-color: #EAA652; }
span { border-color: rgb(234,166,82); }
td.TdClassName
{
border-color: #EAA652;
}
.TagClassName
{
border-color: #EAA652;
}
</style>