Shades of Casablanca #EEB245
Tints of Casablanca #EEB245
RGB
CMYK
RGB Variations
Color information
#EEB245 (or 0xEEB245) is known color: Casablanca. HEX triplet: EE, B2 and 45. RGB value is (238,178,69). Sum of RGB (Red+Green+Blue) = 238+178+69=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB245 is #114DBA. Grayscale: #B8B8B8. Windows color (decimal): -1134011 or 4567790. OLE color: 4567790.
HSL color Cylindrical-coordinate representation of color #EEB245: hue angle of 38.7º 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 #EEB245 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 69 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.07 |
| HSL | 38.7º | 0.83% | 0.6% | - |
| HSV(B) | 38.7º | 0.71% | 0.93% | - |
| XYZ | 52.25 | 50.45 | 12.61 | - |
| YUV | 183.51 | 63.38 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 69 | 0 | 0.25 | 0.71 | 0.07 | 38.7 | 0.83 | 0.6 |
| Hex | EE | B2 | 45 | 0 | 19 | 47 | 7 | 27 | 53 | 3C |
| Octal | 356 | 262 | 105 | 0 | 31 | 107 | 7 | 47 | 123 | 74 |
| Binary | 11101110 | 10110010 | 1000101 | 0 | 11001 | 1000111 | 111 | 100111 | 1010011 | 111100 |
Color Harmonies of #EEB245
Complementary color
Monochromatic Colors of #EEB245
Black with #EEB245
Text Example
Text Example
White with #EEB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB245; }
p { color: rgb(238,178,69); }
H1.HeaderClassName
{
color: #EEB245;
}
.AnyTagClassName
{
color: #EEB245;
}
</style>
background-color css
<style>
a { background-color: #EEB245; }
a { background-color: rgb(238,178,69); }
div.DivClassName
{
background-color: #EEB245;
}
.BgClassName
{
background-color: #EEB245;
}
</style>
border-color css
<style>
span { border-color: #EEB245; }
span { border-color: rgb(238,178,69); }
td.TdClassName
{
border-color: #EEB245;
}
.TagClassName
{
border-color: #EEB245;
}
</style>