Shades of Casablanca #EAA451
Tints of Casablanca #EAA451
RGB
CMYK
RGB Variations
Color information
#EAA451 (or 0xEAA451) is known color: Casablanca. HEX triplet: EA, A4 and 51. RGB value is (234,164,81). Sum of RGB (Red+Green+Blue) = 234+164+81=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA451 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA451 is #155BAE. Grayscale: #AFAFAF. Windows color (decimal): -1399727 or 5350634. OLE color: 5350634.
HSL color Cylindrical-coordinate representation of color #EAA451: hue angle of 32.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAA451 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 81 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.08 |
| HSL | 32.55º | 0.78% | 0.62% | - |
| HSV(B) | 32.55º | 0.65% | 0.92% | - |
| XYZ | 48.69 | 44.64 | 13.83 | - |
| YUV | 175.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 81 | 0 | 0.30 | 0.65 | 0.08 | 32.55 | 0.78 | 0.62 |
| Hex | EA | A4 | 51 | 0 | 1E | 41 | 8 | 21 | 4E | 3E |
| Octal | 352 | 244 | 121 | 0 | 36 | 101 | 10 | 41 | 116 | 76 |
| Binary | 11101010 | 10100100 | 1010001 | 0 | 11110 | 1000001 | 1000 | 100001 | 1001110 | 111110 |
Color Harmonies of #EAA451
Complementary color
Monochromatic Colors of #EAA451
Black with #EAA451
Text Example
Text Example
White with #EAA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA451; }
p { color: rgb(234,164,81); }
H1.HeaderClassName
{
color: #EAA451;
}
.AnyTagClassName
{
color: #EAA451;
}
</style>
background-color css
<style>
a { background-color: #EAA451; }
a { background-color: rgb(234,164,81); }
div.DivClassName
{
background-color: #EAA451;
}
.BgClassName
{
background-color: #EAA451;
}
</style>
border-color css
<style>
span { border-color: #EAA451; }
span { border-color: rgb(234,164,81); }
td.TdClassName
{
border-color: #EAA451;
}
.TagClassName
{
border-color: #EAA451;
}
</style>