Shades of Casablanca #ECB45A
Tints of Casablanca #ECB45A
RGB
CMYK
RGB Variations
Color information
#ECB45A (or 0xECB45A) is known color: Casablanca. HEX triplet: EC, B4 and 5A. RGB value is (236,180,90). Sum of RGB (Red+Green+Blue) = 236+180+90=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB45A is #134BA5. Grayscale: #BABABA. Windows color (decimal): -1264550 or 5944556. OLE color: 5944556.
HSL color Cylindrical-coordinate representation of color #ECB45A: hue angle of 36.99º 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 #ECB45A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 36.99º | 0.79% | 0.64% | - |
| HSV(B) | 36.99º | 0.62% | 0.93% | - |
| XYZ | 52.76 | 51.21 | 16.78 | - |
| YUV | 186.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 90 | 0 | 0.24 | 0.62 | 0.07 | 36.99 | 0.79 | 0.64 |
| Hex | EC | B4 | 5A | 0 | 18 | 3E | 7 | 25 | 4F | 40 |
| Octal | 354 | 264 | 132 | 0 | 30 | 76 | 7 | 45 | 117 | 100 |
| Binary | 11101100 | 10110100 | 1011010 | 0 | 11000 | 111110 | 111 | 100101 | 1001111 | 1000000 |
Color Harmonies of #ECB45A
Complementary color
Monochromatic Colors of #ECB45A
Black with #ECB45A
Text Example
Text Example
White with #ECB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB45A; }
p { color: rgb(236,180,90); }
H1.HeaderClassName
{
color: #ECB45A;
}
.AnyTagClassName
{
color: #ECB45A;
}
</style>
background-color css
<style>
a { background-color: #ECB45A; }
a { background-color: rgb(236,180,90); }
div.DivClassName
{
background-color: #ECB45A;
}
.BgClassName
{
background-color: #ECB45A;
}
</style>
border-color css
<style>
span { border-color: #ECB45A; }
span { border-color: rgb(236,180,90); }
td.TdClassName
{
border-color: #ECB45A;
}
.TagClassName
{
border-color: #ECB45A;
}
</style>