Shades of Casablanca #EEB145
Tints of Casablanca #EEB145
RGB
CMYK
RGB Variations
Color information
#EEB145 (or 0xEEB145) is known color: Casablanca. HEX triplet: EE, B1 and 45. RGB value is (238,177,69). Sum of RGB (Red+Green+Blue) = 238+177+69=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB145 is #114EBA. Grayscale: #B7B7B7. Windows color (decimal): -1134267 or 4567534. OLE color: 4567534.
HSL color Cylindrical-coordinate representation of color #EEB145: hue angle of 38.34º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEB145 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 69 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.07 |
| HSL | 38.34º | 0.83% | 0.6% | - |
| HSV(B) | 38.34º | 0.71% | 0.93% | - |
| XYZ | 52.06 | 50.05 | 12.55 | - |
| YUV | 182.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 69 | 0 | 0.26 | 0.71 | 0.07 | 38.34 | 0.83 | 0.6 |
| Hex | EE | B1 | 45 | 0 | 1A | 47 | 7 | 26 | 53 | 3C |
| Octal | 356 | 261 | 105 | 0 | 32 | 107 | 7 | 46 | 123 | 74 |
| Binary | 11101110 | 10110001 | 1000101 | 0 | 11010 | 1000111 | 111 | 100110 | 1010011 | 111100 |
Color Harmonies of #EEB145
Complementary color
Monochromatic Colors of #EEB145
Black with #EEB145
Text Example
Text Example
White with #EEB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB145; }
p { color: rgb(238,177,69); }
H1.HeaderClassName
{
color: #EEB145;
}
.AnyTagClassName
{
color: #EEB145;
}
</style>
background-color css
<style>
a { background-color: #EEB145; }
a { background-color: rgb(238,177,69); }
div.DivClassName
{
background-color: #EEB145;
}
.BgClassName
{
background-color: #EEB145;
}
</style>
border-color css
<style>
span { border-color: #EEB145; }
span { border-color: rgb(238,177,69); }
td.TdClassName
{
border-color: #EEB145;
}
.TagClassName
{
border-color: #EEB145;
}
</style>