Shades of Casablanca #ECAE4A
Tints of Casablanca #ECAE4A
RGB
CMYK
RGB Variations
Color information
#ECAE4A (or 0xECAE4A) is known color: Casablanca. HEX triplet: EC, AE and 4A. RGB value is (236,174,74). Sum of RGB (Red+Green+Blue) = 236+174+74=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE4A is #1351B5. Grayscale: #B5B5B5. Windows color (decimal): -1266102 or 4894444. OLE color: 4894444.
HSL color Cylindrical-coordinate representation of color #ECAE4A: hue angle of 37.04º 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 #ECAE4A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 74 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.07 |
| HSL | 37.04º | 0.81% | 0.61% | - |
| HSV(B) | 37.04º | 0.69% | 0.93% | - |
| XYZ | 50.96 | 48.6 | 13.17 | - |
| YUV | 181.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 74 | 0 | 0.26 | 0.69 | 0.07 | 37.04 | 0.81 | 0.61 |
| Hex | EC | AE | 4A | 0 | 1A | 45 | 7 | 25 | 51 | 3D |
| Octal | 354 | 256 | 112 | 0 | 32 | 105 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101110 | 1001010 | 0 | 11010 | 1000101 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAE4A
Complementary color
Monochromatic Colors of #ECAE4A
Black with #ECAE4A
Text Example
Text Example
White with #ECAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE4A; }
p { color: rgb(236,174,74); }
H1.HeaderClassName
{
color: #ECAE4A;
}
.AnyTagClassName
{
color: #ECAE4A;
}
</style>
background-color css
<style>
a { background-color: #ECAE4A; }
a { background-color: rgb(236,174,74); }
div.DivClassName
{
background-color: #ECAE4A;
}
.BgClassName
{
background-color: #ECAE4A;
}
</style>
border-color css
<style>
span { border-color: #ECAE4A; }
span { border-color: rgb(236,174,74); }
td.TdClassName
{
border-color: #ECAE4A;
}
.TagClassName
{
border-color: #ECAE4A;
}
</style>