Shades of Casablanca #EAA949
Tints of Casablanca #EAA949
RGB
CMYK
RGB Variations
Color information
#EAA949 (or 0xEAA949) is known color: Casablanca. HEX triplet: EA, A9 and 49. RGB value is (234,169,73). Sum of RGB (Red+Green+Blue) = 234+169+73=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA949 is #1556B6. Grayscale: #B1B1B1. Windows color (decimal): -1398455 or 4827626. OLE color: 4827626.
HSL color Cylindrical-coordinate representation of color #EAA949: hue angle of 35.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAA949 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 73 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.08 |
| HSL | 35.78º | 0.79% | 0.6% | - |
| HSV(B) | 35.78º | 0.69% | 0.92% | - |
| XYZ | 49.32 | 46.35 | 12.65 | - |
| YUV | 177.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 73 | 0 | 0.28 | 0.69 | 0.08 | 35.78 | 0.79 | 0.6 |
| Hex | EA | A9 | 49 | 0 | 1C | 45 | 8 | 24 | 4F | 3C |
| Octal | 352 | 251 | 111 | 0 | 34 | 105 | 10 | 44 | 117 | 74 |
| Binary | 11101010 | 10101001 | 1001001 | 0 | 11100 | 1000101 | 1000 | 100100 | 1001111 | 111100 |
Color Harmonies of #EAA949
Complementary color
Monochromatic Colors of #EAA949
Black with #EAA949
Text Example
Text Example
White with #EAA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA949; }
p { color: rgb(234,169,73); }
H1.HeaderClassName
{
color: #EAA949;
}
.AnyTagClassName
{
color: #EAA949;
}
</style>
background-color css
<style>
a { background-color: #EAA949; }
a { background-color: rgb(234,169,73); }
div.DivClassName
{
background-color: #EAA949;
}
.BgClassName
{
background-color: #EAA949;
}
</style>
border-color css
<style>
span { border-color: #EAA949; }
span { border-color: rgb(234,169,73); }
td.TdClassName
{
border-color: #EAA949;
}
.TagClassName
{
border-color: #EAA949;
}
</style>