Shades of Casablanca #ECA64E
Tints of Casablanca #ECA64E
RGB
CMYK
RGB Variations
Color information
#ECA64E (or 0xECA64E) is known color: Casablanca. HEX triplet: EC, A6 and 4E. RGB value is (236,166,78). Sum of RGB (Red+Green+Blue) = 236+166+78=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA64E is #1359B1. Grayscale: #B1B1B1. Windows color (decimal): -1268146 or 5154540. OLE color: 5154540.
HSL color Cylindrical-coordinate representation of color #ECA64E: hue angle of 33.42º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECA64E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 78 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.07 |
| HSL | 33.42º | 0.81% | 0.62% | - |
| HSV(B) | 33.42º | 0.67% | 0.93% | - |
| XYZ | 49.6 | 45.66 | 13.41 | - |
| YUV | 176.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 78 | 0 | 0.30 | 0.67 | 0.07 | 33.42 | 0.81 | 0.62 |
| Hex | EC | A6 | 4E | 0 | 1E | 43 | 7 | 21 | 51 | 3E |
| Octal | 354 | 246 | 116 | 0 | 36 | 103 | 7 | 41 | 121 | 76 |
| Binary | 11101100 | 10100110 | 1001110 | 0 | 11110 | 1000011 | 111 | 100001 | 1010001 | 111110 |
Color Harmonies of #ECA64E
Complementary color
Monochromatic Colors of #ECA64E
Black with #ECA64E
Text Example
Text Example
White with #ECA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA64E; }
p { color: rgb(236,166,78); }
H1.HeaderClassName
{
color: #ECA64E;
}
.AnyTagClassName
{
color: #ECA64E;
}
</style>
background-color css
<style>
a { background-color: #ECA64E; }
a { background-color: rgb(236,166,78); }
div.DivClassName
{
background-color: #ECA64E;
}
.BgClassName
{
background-color: #ECA64E;
}
</style>
border-color css
<style>
span { border-color: #ECA64E; }
span { border-color: rgb(236,166,78); }
td.TdClassName
{
border-color: #ECA64E;
}
.TagClassName
{
border-color: #ECA64E;
}
</style>