Shades of Casablanca #EEB348
Tints of Casablanca #EEB348
RGB
CMYK
RGB Variations
Color information
#EEB348 (or 0xEEB348) is known color: Casablanca. HEX triplet: EE, B3 and 48. RGB value is (238,179,72). Sum of RGB (Red+Green+Blue) = 238+179+72=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB348 is #114CB7. Grayscale: #B8B8B8. Windows color (decimal): -1133752 or 4764654. OLE color: 4764654.
HSL color Cylindrical-coordinate representation of color #EEB348: hue angle of 38.67º 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 #EEB348 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 72 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.07 |
| HSL | 38.67º | 0.83% | 0.61% | - |
| HSV(B) | 38.67º | 0.7% | 0.93% | - |
| XYZ | 52.55 | 50.89 | 13.18 | - |
| YUV | 184.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 72 | 0 | 0.25 | 0.70 | 0.07 | 38.67 | 0.83 | 0.61 |
| Hex | EE | B3 | 48 | 0 | 19 | 46 | 7 | 27 | 53 | 3D |
| Octal | 356 | 263 | 110 | 0 | 31 | 106 | 7 | 47 | 123 | 75 |
| Binary | 11101110 | 10110011 | 1001000 | 0 | 11001 | 1000110 | 111 | 100111 | 1010011 | 111101 |
Color Harmonies of #EEB348
Complementary color
Monochromatic Colors of #EEB348
Black with #EEB348
Text Example
Text Example
White with #EEB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB348; }
p { color: rgb(238,179,72); }
H1.HeaderClassName
{
color: #EEB348;
}
.AnyTagClassName
{
color: #EEB348;
}
</style>
background-color css
<style>
a { background-color: #EEB348; }
a { background-color: rgb(238,179,72); }
div.DivClassName
{
background-color: #EEB348;
}
.BgClassName
{
background-color: #EEB348;
}
</style>
border-color css
<style>
span { border-color: #EEB348; }
span { border-color: rgb(238,179,72); }
td.TdClassName
{
border-color: #EEB348;
}
.TagClassName
{
border-color: #EEB348;
}
</style>