Shades of Casablanca #EAA756
Tints of Casablanca #EAA756
RGB
CMYK
RGB Variations
Color information
#EAA756 (or 0xEAA756) is known color: Casablanca. HEX triplet: EA, A7 and 56. RGB value is (234,167,86). Sum of RGB (Red+Green+Blue) = 234+167+86=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA756 is #1558A9. Grayscale: #B2B2B2. Windows color (decimal): -1398954 or 5679082. OLE color: 5679082.
HSL color Cylindrical-coordinate representation of color #EAA756: hue angle of 32.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAA756 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 86 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.08 |
| HSL | 32.84º | 0.78% | 0.63% | - |
| HSV(B) | 32.84º | 0.63% | 0.92% | - |
| XYZ | 49.43 | 45.8 | 15.04 | - |
| YUV | 177.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 86 | 0 | 0.29 | 0.63 | 0.08 | 32.84 | 0.78 | 0.63 |
| Hex | EA | A7 | 56 | 0 | 1D | 3F | 8 | 21 | 4E | 3F |
| Octal | 352 | 247 | 126 | 0 | 35 | 77 | 10 | 41 | 116 | 77 |
| Binary | 11101010 | 10100111 | 1010110 | 0 | 11101 | 111111 | 1000 | 100001 | 1001110 | 111111 |
Color Harmonies of #EAA756
Complementary color
Monochromatic Colors of #EAA756
Black with #EAA756
Text Example
Text Example
White with #EAA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA756; }
p { color: rgb(234,167,86); }
H1.HeaderClassName
{
color: #EAA756;
}
.AnyTagClassName
{
color: #EAA756;
}
</style>
background-color css
<style>
a { background-color: #EAA756; }
a { background-color: rgb(234,167,86); }
div.DivClassName
{
background-color: #EAA756;
}
.BgClassName
{
background-color: #EAA756;
}
</style>
border-color css
<style>
span { border-color: #EAA756; }
span { border-color: rgb(234,167,86); }
td.TdClassName
{
border-color: #EAA756;
}
.TagClassName
{
border-color: #EAA756;
}
</style>