Shades of Casablanca #ECB05A
Tints of Casablanca #ECB05A
RGB
CMYK
RGB Variations
Color information
#ECB05A (or 0xECB05A) is known color: Casablanca. HEX triplet: EC, B0 and 5A. RGB value is (236,176,90). Sum of RGB (Red+Green+Blue) = 236+176+90=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB05A is #134FA5. Grayscale: #B8B8B8. Windows color (decimal): -1265574 or 5943532. OLE color: 5943532.
HSL color Cylindrical-coordinate representation of color #ECB05A: hue angle of 35.34º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECB05A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 90 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.07 |
| HSL | 35.34º | 0.79% | 0.64% | - |
| HSV(B) | 35.34º | 0.62% | 0.93% | - |
| XYZ | 51.96 | 49.62 | 16.51 | - |
| YUV | 184.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 90 | 0 | 0.25 | 0.62 | 0.07 | 35.34 | 0.79 | 0.64 |
| Hex | EC | B0 | 5A | 0 | 19 | 3E | 7 | 23 | 4F | 40 |
| Octal | 354 | 260 | 132 | 0 | 31 | 76 | 7 | 43 | 117 | 100 |
| Binary | 11101100 | 10110000 | 1011010 | 0 | 11001 | 111110 | 111 | 100011 | 1001111 | 1000000 |
Color Harmonies of #ECB05A
Complementary color
Monochromatic Colors of #ECB05A
Black with #ECB05A
Text Example
Text Example
White with #ECB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB05A; }
p { color: rgb(236,176,90); }
H1.HeaderClassName
{
color: #ECB05A;
}
.AnyTagClassName
{
color: #ECB05A;
}
</style>
background-color css
<style>
a { background-color: #ECB05A; }
a { background-color: rgb(236,176,90); }
div.DivClassName
{
background-color: #ECB05A;
}
.BgClassName
{
background-color: #ECB05A;
}
</style>
border-color css
<style>
span { border-color: #ECB05A; }
span { border-color: rgb(236,176,90); }
td.TdClassName
{
border-color: #ECB05A;
}
.TagClassName
{
border-color: #ECB05A;
}
</style>