Shades of Casablanca #ECA84A
Tints of Casablanca #ECA84A
RGB
CMYK
RGB Variations
Color information
#ECA84A (or 0xECA84A) is known color: Casablanca. HEX triplet: EC, A8 and 4A. RGB value is (236,168,74). Sum of RGB (Red+Green+Blue) = 236+168+74=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA84A is #1357B5. Grayscale: #B2B2B2. Windows color (decimal): -1267638 or 4892908. OLE color: 4892908.
HSL color Cylindrical-coordinate representation of color #ECA84A: hue angle of 34.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECA84A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 74 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.07 |
| HSL | 34.81º | 0.81% | 0.61% | - |
| HSV(B) | 34.81º | 0.69% | 0.93% | - |
| XYZ | 49.83 | 46.33 | 12.8 | - |
| YUV | 177.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 74 | 0 | 0.29 | 0.69 | 0.07 | 34.81 | 0.81 | 0.61 |
| Hex | EC | A8 | 4A | 0 | 1D | 45 | 7 | 23 | 51 | 3D |
| Octal | 354 | 250 | 112 | 0 | 35 | 105 | 7 | 43 | 121 | 75 |
| Binary | 11101100 | 10101000 | 1001010 | 0 | 11101 | 1000101 | 111 | 100011 | 1010001 | 111101 |
Color Harmonies of #ECA84A
Complementary color
Monochromatic Colors of #ECA84A
Black with #ECA84A
Text Example
Text Example
White with #ECA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA84A; }
p { color: rgb(236,168,74); }
H1.HeaderClassName
{
color: #ECA84A;
}
.AnyTagClassName
{
color: #ECA84A;
}
</style>
background-color css
<style>
a { background-color: #ECA84A; }
a { background-color: rgb(236,168,74); }
div.DivClassName
{
background-color: #ECA84A;
}
.BgClassName
{
background-color: #ECA84A;
}
</style>
border-color css
<style>
span { border-color: #ECA84A; }
span { border-color: rgb(236,168,74); }
td.TdClassName
{
border-color: #ECA84A;
}
.TagClassName
{
border-color: #ECA84A;
}
</style>