Shades of Casablanca #EEB250
Tints of Casablanca #EEB250
RGB
CMYK
RGB Variations
Color information
#EEB250 (or 0xEEB250) is known color: Casablanca. HEX triplet: EE, B2 and 50. RGB value is (238,178,80). Sum of RGB (Red+Green+Blue) = 238+178+80=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB250 is #114DAF. Grayscale: #B9B9B9. Windows color (decimal): -1134000 or 5288686. OLE color: 5288686.
HSL color Cylindrical-coordinate representation of color #EEB250: hue angle of 37.22º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB250 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 80 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.07 |
| HSL | 37.22º | 0.82% | 0.62% | - |
| HSV(B) | 37.22º | 0.66% | 0.93% | - |
| XYZ | 52.63 | 50.6 | 14.58 | - |
| YUV | 184.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 80 | 0 | 0.25 | 0.66 | 0.07 | 37.22 | 0.82 | 0.62 |
| Hex | EE | B2 | 50 | 0 | 19 | 42 | 7 | 25 | 52 | 3E |
| Octal | 356 | 262 | 120 | 0 | 31 | 102 | 7 | 45 | 122 | 76 |
| Binary | 11101110 | 10110010 | 1010000 | 0 | 11001 | 1000010 | 111 | 100101 | 1010010 | 111110 |
Color Harmonies of #EEB250
Complementary color
Monochromatic Colors of #EEB250
Black with #EEB250
Text Example
Text Example
White with #EEB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB250; }
p { color: rgb(238,178,80); }
H1.HeaderClassName
{
color: #EEB250;
}
.AnyTagClassName
{
color: #EEB250;
}
</style>
background-color css
<style>
a { background-color: #EEB250; }
a { background-color: rgb(238,178,80); }
div.DivClassName
{
background-color: #EEB250;
}
.BgClassName
{
background-color: #EEB250;
}
</style>
border-color css
<style>
span { border-color: #EEB250; }
span { border-color: rgb(238,178,80); }
td.TdClassName
{
border-color: #EEB250;
}
.TagClassName
{
border-color: #EEB250;
}
</style>