Shades of Casablanca #ECB148
Tints of Casablanca #ECB148
RGB
CMYK
RGB Variations
Color information
#ECB148 (or 0xECB148) is known color: Casablanca. HEX triplet: EC, B1 and 48. RGB value is (236,177,72). Sum of RGB (Red+Green+Blue) = 236+177+72=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB148 is #134EB7. Grayscale: #B7B7B7. Windows color (decimal): -1265336 or 4764140. OLE color: 4764140.
HSL color Cylindrical-coordinate representation of color #ECB148: hue angle of 38.41º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECB148 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 72 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.07 |
| HSL | 38.41º | 0.81% | 0.6% | - |
| HSV(B) | 38.41º | 0.69% | 0.93% | - |
| XYZ | 51.48 | 49.75 | 13.02 | - |
| YUV | 182.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 72 | 0 | 0.25 | 0.69 | 0.07 | 38.41 | 0.81 | 0.6 |
| Hex | EC | B1 | 48 | 0 | 19 | 45 | 7 | 26 | 51 | 3C |
| Octal | 354 | 261 | 110 | 0 | 31 | 105 | 7 | 46 | 121 | 74 |
| Binary | 11101100 | 10110001 | 1001000 | 0 | 11001 | 1000101 | 111 | 100110 | 1010001 | 111100 |
Color Harmonies of #ECB148
Complementary color
Monochromatic Colors of #ECB148
Black with #ECB148
Text Example
Text Example
White with #ECB148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB148; }
p { color: rgb(236,177,72); }
H1.HeaderClassName
{
color: #ECB148;
}
.AnyTagClassName
{
color: #ECB148;
}
</style>
background-color css
<style>
a { background-color: #ECB148; }
a { background-color: rgb(236,177,72); }
div.DivClassName
{
background-color: #ECB148;
}
.BgClassName
{
background-color: #ECB148;
}
</style>
border-color css
<style>
span { border-color: #ECB148; }
span { border-color: rgb(236,177,72); }
td.TdClassName
{
border-color: #ECB148;
}
.TagClassName
{
border-color: #ECB148;
}
</style>