Shades of Casablanca #EAA754
Tints of Casablanca #EAA754
RGB
CMYK
RGB Variations
Color information
#EAA754 (or 0xEAA754) is known color: Casablanca. HEX triplet: EA, A7 and 54. RGB value is (234,167,84). Sum of RGB (Red+Green+Blue) = 234+167+84=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA754 is #1558AB. Grayscale: #B1B1B1. Windows color (decimal): -1398956 or 5548010. OLE color: 5548010.
HSL color Cylindrical-coordinate representation of color #EAA754: hue angle of 33.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAA754 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 84 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.08 |
| HSL | 33.2º | 0.78% | 0.62% | - |
| HSV(B) | 33.2º | 0.64% | 0.92% | - |
| XYZ | 49.35 | 45.77 | 14.62 | - |
| YUV | 177.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 84 | 0 | 0.29 | 0.64 | 0.08 | 33.2 | 0.78 | 0.62 |
| Hex | EA | A7 | 54 | 0 | 1D | 40 | 8 | 21 | 4E | 3E |
| Octal | 352 | 247 | 124 | 0 | 35 | 100 | 10 | 41 | 116 | 76 |
| Binary | 11101010 | 10100111 | 1010100 | 0 | 11101 | 1000000 | 1000 | 100001 | 1001110 | 111110 |
Color Harmonies of #EAA754
Complementary color
Monochromatic Colors of #EAA754
Black with #EAA754
Text Example
Text Example
White with #EAA754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA754; }
p { color: rgb(234,167,84); }
H1.HeaderClassName
{
color: #EAA754;
}
.AnyTagClassName
{
color: #EAA754;
}
</style>
background-color css
<style>
a { background-color: #EAA754; }
a { background-color: rgb(234,167,84); }
div.DivClassName
{
background-color: #EAA754;
}
.BgClassName
{
background-color: #EAA754;
}
</style>
border-color css
<style>
span { border-color: #EAA754; }
span { border-color: rgb(234,167,84); }
td.TdClassName
{
border-color: #EAA754;
}
.TagClassName
{
border-color: #EAA754;
}
</style>