Shades of Casablanca #EAA954
Tints of Casablanca #EAA954
RGB
CMYK
RGB Variations
Color information
#EAA954 (or 0xEAA954) is known color: Casablanca. HEX triplet: EA, A9 and 54. RGB value is (234,169,84). Sum of RGB (Red+Green+Blue) = 234+169+84=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA954 is #1556AB. Grayscale: #B3B3B3. Windows color (decimal): -1398444 or 5548522. OLE color: 5548522.
HSL color Cylindrical-coordinate representation of color #EAA954: hue angle of 34º 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 #EAA954 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 84 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.08 |
| HSL | 34º | 0.78% | 0.62% | - |
| HSV(B) | 34º | 0.64% | 0.92% | - |
| XYZ | 49.72 | 46.51 | 14.74 | - |
| YUV | 178.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 84 | 0 | 0.28 | 0.64 | 0.08 | 34 | 0.78 | 0.62 |
| Hex | EA | A9 | 54 | 0 | 1C | 40 | 8 | 22 | 4E | 3E |
| Octal | 352 | 251 | 124 | 0 | 34 | 100 | 10 | 42 | 116 | 76 |
| Binary | 11101010 | 10101001 | 1010100 | 0 | 11100 | 1000000 | 1000 | 100010 | 1001110 | 111110 |
Color Harmonies of #EAA954
Complementary color
Monochromatic Colors of #EAA954
Black with #EAA954
Text Example
Text Example
White with #EAA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA954; }
p { color: rgb(234,169,84); }
H1.HeaderClassName
{
color: #EAA954;
}
.AnyTagClassName
{
color: #EAA954;
}
</style>
background-color css
<style>
a { background-color: #EAA954; }
a { background-color: rgb(234,169,84); }
div.DivClassName
{
background-color: #EAA954;
}
.BgClassName
{
background-color: #EAA954;
}
</style>
border-color css
<style>
span { border-color: #EAA954; }
span { border-color: rgb(234,169,84); }
td.TdClassName
{
border-color: #EAA954;
}
.TagClassName
{
border-color: #EAA954;
}
</style>