Shades of Casablanca #EEB254
Tints of Casablanca #EEB254
RGB
CMYK
RGB Variations
Color information
#EEB254 (or 0xEEB254) is known color: Casablanca. HEX triplet: EE, B2 and 54. RGB value is (238,178,84). Sum of RGB (Red+Green+Blue) = 238+178+84=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB254 is #114DAB. Grayscale: #B9B9B9. Windows color (decimal): -1133996 or 5550830. OLE color: 5550830.
HSL color Cylindrical-coordinate representation of color #EEB254: hue angle of 36.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEB254 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 84 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.07 |
| HSL | 36.62º | 0.82% | 0.63% | - |
| HSV(B) | 36.62º | 0.65% | 0.93% | - |
| XYZ | 52.78 | 50.66 | 15.38 | - |
| YUV | 185.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 84 | 0 | 0.25 | 0.65 | 0.07 | 36.62 | 0.82 | 0.63 |
| Hex | EE | B2 | 54 | 0 | 19 | 41 | 7 | 25 | 52 | 3F |
| Octal | 356 | 262 | 124 | 0 | 31 | 101 | 7 | 45 | 122 | 77 |
| Binary | 11101110 | 10110010 | 1010100 | 0 | 11001 | 1000001 | 111 | 100101 | 1010010 | 111111 |
Color Harmonies of #EEB254
Complementary color
Monochromatic Colors of #EEB254
Black with #EEB254
Text Example
Text Example
White with #EEB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB254; }
p { color: rgb(238,178,84); }
H1.HeaderClassName
{
color: #EEB254;
}
.AnyTagClassName
{
color: #EEB254;
}
</style>
background-color css
<style>
a { background-color: #EEB254; }
a { background-color: rgb(238,178,84); }
div.DivClassName
{
background-color: #EEB254;
}
.BgClassName
{
background-color: #EEB254;
}
</style>
border-color css
<style>
span { border-color: #EEB254; }
span { border-color: rgb(238,178,84); }
td.TdClassName
{
border-color: #EEB254;
}
.TagClassName
{
border-color: #EEB254;
}
</style>