Shades of Casablanca #ECB05E
Tints of Casablanca #ECB05E
RGB
CMYK
RGB Variations
Color information
#ECB05E (or 0xECB05E) is known color: Casablanca. HEX triplet: EC, B0 and 5E. RGB value is (236,176,94). Sum of RGB (Red+Green+Blue) = 236+176+94=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB05E is #134FA1. Grayscale: #B8B8B8. Windows color (decimal): -1265570 or 6205676. OLE color: 6205676.
HSL color Cylindrical-coordinate representation of color #ECB05E: hue angle of 34.65º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECB05E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 94 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.07 |
| HSL | 34.65º | 0.79% | 0.65% | - |
| HSV(B) | 34.65º | 0.6% | 0.93% | - |
| XYZ | 52.14 | 49.69 | 17.43 | - |
| YUV | 184.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 94 | 0 | 0.25 | 0.60 | 0.07 | 34.65 | 0.79 | 0.65 |
| Hex | EC | B0 | 5E | 0 | 19 | 3C | 7 | 23 | 4F | 41 |
| Octal | 354 | 260 | 136 | 0 | 31 | 74 | 7 | 43 | 117 | 101 |
| Binary | 11101100 | 10110000 | 1011110 | 0 | 11001 | 111100 | 111 | 100011 | 1001111 | 1000001 |
Color Harmonies of #ECB05E
Complementary color
Monochromatic Colors of #ECB05E
Black with #ECB05E
Text Example
Text Example
White with #ECB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB05E; }
p { color: rgb(236,176,94); }
H1.HeaderClassName
{
color: #ECB05E;
}
.AnyTagClassName
{
color: #ECB05E;
}
</style>
background-color css
<style>
a { background-color: #ECB05E; }
a { background-color: rgb(236,176,94); }
div.DivClassName
{
background-color: #ECB05E;
}
.BgClassName
{
background-color: #ECB05E;
}
</style>
border-color css
<style>
span { border-color: #ECB05E; }
span { border-color: rgb(236,176,94); }
td.TdClassName
{
border-color: #ECB05E;
}
.TagClassName
{
border-color: #ECB05E;
}
</style>