Shades of Casablanca #EEB247
Tints of Casablanca #EEB247
RGB
CMYK
RGB Variations
Color information
#EEB247 (or 0xEEB247) is known color: Casablanca. HEX triplet: EE, B2 and 47. RGB value is (238,178,71). Sum of RGB (Red+Green+Blue) = 238+178+71=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB247 is #114DB8. Grayscale: #B8B8B8. Windows color (decimal): -1134009 or 4698862. OLE color: 4698862.
HSL color Cylindrical-coordinate representation of color #EEB247: hue angle of 38.44º 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 #EEB247 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 71 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.07 |
| HSL | 38.44º | 0.83% | 0.61% | - |
| HSV(B) | 38.44º | 0.7% | 0.93% | - |
| XYZ | 52.32 | 50.47 | 12.95 | - |
| YUV | 183.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 71 | 0 | 0.25 | 0.70 | 0.07 | 38.44 | 0.83 | 0.61 |
| Hex | EE | B2 | 47 | 0 | 19 | 46 | 7 | 26 | 53 | 3D |
| Octal | 356 | 262 | 107 | 0 | 31 | 106 | 7 | 46 | 123 | 75 |
| Binary | 11101110 | 10110010 | 1000111 | 0 | 11001 | 1000110 | 111 | 100110 | 1010011 | 111101 |
Color Harmonies of #EEB247
Complementary color
Monochromatic Colors of #EEB247
Black with #EEB247
Text Example
Text Example
White with #EEB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB247; }
p { color: rgb(238,178,71); }
H1.HeaderClassName
{
color: #EEB247;
}
.AnyTagClassName
{
color: #EEB247;
}
</style>
background-color css
<style>
a { background-color: #EEB247; }
a { background-color: rgb(238,178,71); }
div.DivClassName
{
background-color: #EEB247;
}
.BgClassName
{
background-color: #EEB247;
}
</style>
border-color css
<style>
span { border-color: #EEB247; }
span { border-color: rgb(238,178,71); }
td.TdClassName
{
border-color: #EEB247;
}
.TagClassName
{
border-color: #EEB247;
}
</style>