Shades of Casablanca #ECB04B
Tints of Casablanca #ECB04B
RGB
CMYK
RGB Variations
Color information
#ECB04B (or 0xECB04B) is known color: Casablanca. HEX triplet: EC, B0 and 4B. RGB value is (236,176,75). Sum of RGB (Red+Green+Blue) = 236+176+75=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB04B is #134FB4. Grayscale: #B6B6B6. Windows color (decimal): -1265589 or 4960492. OLE color: 4960492.
HSL color Cylindrical-coordinate representation of color #ECB04B: hue angle of 37.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECB04B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 75 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.07 |
| HSL | 37.64º | 0.81% | 0.61% | - |
| HSV(B) | 37.64º | 0.68% | 0.93% | - |
| XYZ | 51.39 | 49.39 | 13.48 | - |
| YUV | 182.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 75 | 0 | 0.25 | 0.68 | 0.07 | 37.64 | 0.81 | 0.61 |
| Hex | EC | B0 | 4B | 0 | 19 | 44 | 7 | 26 | 51 | 3D |
| Octal | 354 | 260 | 113 | 0 | 31 | 104 | 7 | 46 | 121 | 75 |
| Binary | 11101100 | 10110000 | 1001011 | 0 | 11001 | 1000100 | 111 | 100110 | 1010001 | 111101 |
Color Harmonies of #ECB04B
Complementary color
Monochromatic Colors of #ECB04B
Black with #ECB04B
Text Example
Text Example
White with #ECB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB04B; }
p { color: rgb(236,176,75); }
H1.HeaderClassName
{
color: #ECB04B;
}
.AnyTagClassName
{
color: #ECB04B;
}
</style>
background-color css
<style>
a { background-color: #ECB04B; }
a { background-color: rgb(236,176,75); }
div.DivClassName
{
background-color: #ECB04B;
}
.BgClassName
{
background-color: #ECB04B;
}
</style>
border-color css
<style>
span { border-color: #ECB04B; }
span { border-color: rgb(236,176,75); }
td.TdClassName
{
border-color: #ECB04B;
}
.TagClassName
{
border-color: #ECB04B;
}
</style>