Shades of Casablanca #E8A54C
Tints of Casablanca #E8A54C
RGB
CMYK
RGB Variations
Color information
#E8A54C (or 0xE8A54C) is known color: Casablanca. HEX triplet: E8, A5 and 4C. RGB value is (232,165,76). Sum of RGB (Red+Green+Blue) = 232+165+76=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A54C is #175AB3. Grayscale: #AFAFAF. Windows color (decimal): -1530548 or 5023208. OLE color: 5023208.
HSL color Cylindrical-coordinate representation of color #E8A54C: hue angle of 34.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8A54C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 165 | 76 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.09 |
| HSL | 34.23º | 0.77% | 0.6% | - |
| HSV(B) | 34.23º | 0.67% | 0.91% | - |
| XYZ | 48.04 | 44.59 | 12.91 | - |
| YUV | 174.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 76 | 0 | 0.29 | 0.67 | 0.09 | 34.23 | 0.77 | 0.6 |
| Hex | E8 | A5 | 4C | 0 | 1D | 43 | 9 | 22 | 4D | 3C |
| Octal | 350 | 245 | 114 | 0 | 35 | 103 | 11 | 42 | 115 | 74 |
| Binary | 11101000 | 10100101 | 1001100 | 0 | 11101 | 1000011 | 1001 | 100010 | 1001101 | 111100 |
Color Harmonies of #E8A54C
Complementary color
Monochromatic Colors of #E8A54C
Black with #E8A54C
Text Example
Text Example
White with #E8A54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A54C; }
p { color: rgb(232,165,76); }
H1.HeaderClassName
{
color: #E8A54C;
}
.AnyTagClassName
{
color: #E8A54C;
}
</style>
background-color css
<style>
a { background-color: #E8A54C; }
a { background-color: rgb(232,165,76); }
div.DivClassName
{
background-color: #E8A54C;
}
.BgClassName
{
background-color: #E8A54C;
}
</style>
border-color css
<style>
span { border-color: #E8A54C; }
span { border-color: rgb(232,165,76); }
td.TdClassName
{
border-color: #E8A54C;
}
.TagClassName
{
border-color: #E8A54C;
}
</style>