Shades of Casablanca #EEA747
Tints of Casablanca #EEA747
RGB
CMYK
RGB Variations
Color information
#EEA747 (or 0xEEA747) is known color: Casablanca. HEX triplet: EE, A7 and 47. RGB value is (238,167,71). Sum of RGB (Red+Green+Blue) = 238+167+71=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA747 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA747 is #1158B8. Grayscale: #B1B1B1. Windows color (decimal): -1136825 or 4696046. OLE color: 4696046.
HSL color Cylindrical-coordinate representation of color #EEA747: hue angle of 34.49º 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 #EEA747 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 71 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.07 |
| HSL | 34.49º | 0.83% | 0.61% | - |
| HSV(B) | 34.49º | 0.7% | 0.93% | - |
| XYZ | 50.22 | 46.27 | 12.25 | - |
| YUV | 177.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 71 | 0 | 0.30 | 0.70 | 0.07 | 34.49 | 0.83 | 0.61 |
| Hex | EE | A7 | 47 | 0 | 1E | 46 | 7 | 22 | 53 | 3D |
| Octal | 356 | 247 | 107 | 0 | 36 | 106 | 7 | 42 | 123 | 75 |
| Binary | 11101110 | 10100111 | 1000111 | 0 | 11110 | 1000110 | 111 | 100010 | 1010011 | 111101 |
Color Harmonies of #EEA747
Complementary color
Monochromatic Colors of #EEA747
Black with #EEA747
Text Example
Text Example
White with #EEA747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA747; }
p { color: rgb(238,167,71); }
H1.HeaderClassName
{
color: #EEA747;
}
.AnyTagClassName
{
color: #EEA747;
}
</style>
background-color css
<style>
a { background-color: #EEA747; }
a { background-color: rgb(238,167,71); }
div.DivClassName
{
background-color: #EEA747;
}
.BgClassName
{
background-color: #EEA747;
}
</style>
border-color css
<style>
span { border-color: #EEA747; }
span { border-color: rgb(238,167,71); }
td.TdClassName
{
border-color: #EEA747;
}
.TagClassName
{
border-color: #EEA747;
}
</style>