Shades of Casablanca #EAA650
Tints of Casablanca #EAA650
RGB
CMYK
RGB Variations
Color information
#EAA650 (or 0xEAA650) is known color: Casablanca. HEX triplet: EA, A6 and 50. RGB value is (234,166,80). Sum of RGB (Red+Green+Blue) = 234+166+80=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA650 is #1559AF. Grayscale: #B0B0B0. Windows color (decimal): -1399216 or 5285610. OLE color: 5285610.
HSL color Cylindrical-coordinate representation of color #EAA650: hue angle of 33.51º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAA650 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.08 |
| HSL | 33.51º | 0.79% | 0.62% | - |
| HSV(B) | 33.51º | 0.66% | 0.92% | - |
| XYZ | 49.02 | 45.34 | 13.76 | - |
| YUV | 176.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 80 | 0 | 0.29 | 0.66 | 0.08 | 33.51 | 0.79 | 0.62 |
| Hex | EA | A6 | 50 | 0 | 1D | 42 | 8 | 22 | 4F | 3E |
| Octal | 352 | 246 | 120 | 0 | 35 | 102 | 10 | 42 | 117 | 76 |
| Binary | 11101010 | 10100110 | 1010000 | 0 | 11101 | 1000010 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EAA650
Complementary color
Monochromatic Colors of #EAA650
Black with #EAA650
Text Example
Text Example
White with #EAA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA650; }
p { color: rgb(234,166,80); }
H1.HeaderClassName
{
color: #EAA650;
}
.AnyTagClassName
{
color: #EAA650;
}
</style>
background-color css
<style>
a { background-color: #EAA650; }
a { background-color: rgb(234,166,80); }
div.DivClassName
{
background-color: #EAA650;
}
.BgClassName
{
background-color: #EAA650;
}
</style>
border-color css
<style>
span { border-color: #EAA650; }
span { border-color: rgb(234,166,80); }
td.TdClassName
{
border-color: #EAA650;
}
.TagClassName
{
border-color: #EAA650;
}
</style>