Shades of Casablanca #EAAA49
Tints of Casablanca #EAAA49
RGB
CMYK
RGB Variations
Color information
#EAAA49 (or 0xEAAA49) is known color: Casablanca. HEX triplet: EA, AA and 49. RGB value is (234,170,73). Sum of RGB (Red+Green+Blue) = 234+170+73=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA49 is #1555B6. Grayscale: #B2B2B2. Windows color (decimal): -1398199 or 4827882. OLE color: 4827882.
HSL color Cylindrical-coordinate representation of color #EAAA49: hue angle of 36.15º 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 #EAAA49 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 73 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.08 |
| HSL | 36.15º | 0.79% | 0.6% | - |
| HSV(B) | 36.15º | 0.69% | 0.92% | - |
| XYZ | 49.51 | 46.72 | 12.71 | - |
| YUV | 178.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 73 | 0 | 0.27 | 0.69 | 0.08 | 36.15 | 0.79 | 0.6 |
| Hex | EA | AA | 49 | 0 | 1B | 45 | 8 | 24 | 4F | 3C |
| Octal | 352 | 252 | 111 | 0 | 33 | 105 | 10 | 44 | 117 | 74 |
| Binary | 11101010 | 10101010 | 1001001 | 0 | 11011 | 1000101 | 1000 | 100100 | 1001111 | 111100 |
Color Harmonies of #EAAA49
Complementary color
Monochromatic Colors of #EAAA49
Black with #EAAA49
Text Example
Text Example
White with #EAAA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA49; }
p { color: rgb(234,170,73); }
H1.HeaderClassName
{
color: #EAAA49;
}
.AnyTagClassName
{
color: #EAAA49;
}
</style>
background-color css
<style>
a { background-color: #EAAA49; }
a { background-color: rgb(234,170,73); }
div.DivClassName
{
background-color: #EAAA49;
}
.BgClassName
{
background-color: #EAAA49;
}
</style>
border-color css
<style>
span { border-color: #EAAA49; }
span { border-color: rgb(234,170,73); }
td.TdClassName
{
border-color: #EAAA49;
}
.TagClassName
{
border-color: #EAAA49;
}
</style>