Shades of Casablanca #EEA648
Tints of Casablanca #EEA648
RGB
CMYK
RGB Variations
Color information
#EEA648 (or 0xEEA648) is known color: Casablanca. HEX triplet: EE, A6 and 48. RGB value is (238,166,72). Sum of RGB (Red+Green+Blue) = 238+166+72=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA648 is #1159B7. Grayscale: #B1B1B1. Windows color (decimal): -1137080 or 4761326. OLE color: 4761326.
HSL color Cylindrical-coordinate representation of color #EEA648: hue angle of 33.98º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEA648 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 72 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.07 |
| HSL | 33.98º | 0.83% | 0.61% | - |
| HSV(B) | 33.98º | 0.7% | 0.93% | - |
| XYZ | 50.07 | 45.92 | 12.36 | - |
| YUV | 176.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 72 | 0 | 0.30 | 0.70 | 0.07 | 33.98 | 0.83 | 0.61 |
| Hex | EE | A6 | 48 | 0 | 1E | 46 | 7 | 22 | 53 | 3D |
| Octal | 356 | 246 | 110 | 0 | 36 | 106 | 7 | 42 | 123 | 75 |
| Binary | 11101110 | 10100110 | 1001000 | 0 | 11110 | 1000110 | 111 | 100010 | 1010011 | 111101 |
Color Harmonies of #EEA648
Complementary color
Monochromatic Colors of #EEA648
Black with #EEA648
Text Example
Text Example
White with #EEA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA648; }
p { color: rgb(238,166,72); }
H1.HeaderClassName
{
color: #EEA648;
}
.AnyTagClassName
{
color: #EEA648;
}
</style>
background-color css
<style>
a { background-color: #EEA648; }
a { background-color: rgb(238,166,72); }
div.DivClassName
{
background-color: #EEA648;
}
.BgClassName
{
background-color: #EEA648;
}
</style>
border-color css
<style>
span { border-color: #EEA648; }
span { border-color: rgb(238,166,72); }
td.TdClassName
{
border-color: #EEA648;
}
.TagClassName
{
border-color: #EEA648;
}
</style>