Shades of Casablanca #EEA949
Tints of Casablanca #EEA949
RGB
CMYK
RGB Variations
Color information
#EEA949 (or 0xEEA949) is known color: Casablanca. HEX triplet: EE, A9 and 49. RGB value is (238,169,73). Sum of RGB (Red+Green+Blue) = 238+169+73=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA949 is #1156B6. Grayscale: #B3B3B3. Windows color (decimal): -1136311 or 4827630. OLE color: 4827630.
HSL color Cylindrical-coordinate representation of color #EEA949: hue angle of 34.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEA949 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 73 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.07 |
| HSL | 34.91º | 0.83% | 0.61% | - |
| HSV(B) | 34.91º | 0.69% | 0.93% | - |
| XYZ | 50.65 | 47.03 | 12.71 | - |
| YUV | 178.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 73 | 0 | 0.29 | 0.69 | 0.07 | 34.91 | 0.83 | 0.61 |
| Hex | EE | A9 | 49 | 0 | 1D | 45 | 7 | 23 | 53 | 3D |
| Octal | 356 | 251 | 111 | 0 | 35 | 105 | 7 | 43 | 123 | 75 |
| Binary | 11101110 | 10101001 | 1001001 | 0 | 11101 | 1000101 | 111 | 100011 | 1010011 | 111101 |
Color Harmonies of #EEA949
Complementary color
Monochromatic Colors of #EEA949
Black with #EEA949
Text Example
Text Example
White with #EEA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA949; }
p { color: rgb(238,169,73); }
H1.HeaderClassName
{
color: #EEA949;
}
.AnyTagClassName
{
color: #EEA949;
}
</style>
background-color css
<style>
a { background-color: #EEA949; }
a { background-color: rgb(238,169,73); }
div.DivClassName
{
background-color: #EEA949;
}
.BgClassName
{
background-color: #EEA949;
}
</style>
border-color css
<style>
span { border-color: #EEA949; }
span { border-color: rgb(238,169,73); }
td.TdClassName
{
border-color: #EEA949;
}
.TagClassName
{
border-color: #EEA949;
}
</style>