Shades of Casablanca #ECAE4D
Tints of Casablanca #ECAE4D
RGB
CMYK
RGB Variations
Color information
#ECAE4D (or 0xECAE4D) is known color: Casablanca. HEX triplet: EC, AE and 4D. RGB value is (236,174,77). Sum of RGB (Red+Green+Blue) = 236+174+77=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE4D is #1351B2. Grayscale: #B5B5B5. Windows color (decimal): -1266099 or 5091052. OLE color: 5091052.
HSL color Cylindrical-coordinate representation of color #ECAE4D: hue angle of 36.6º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECAE4D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 77 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.07 |
| HSL | 36.6º | 0.81% | 0.61% | - |
| HSV(B) | 36.6º | 0.67% | 0.93% | - |
| XYZ | 51.07 | 48.64 | 13.72 | - |
| YUV | 181.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 77 | 0 | 0.26 | 0.67 | 0.07 | 36.6 | 0.81 | 0.61 |
| Hex | EC | AE | 4D | 0 | 1A | 43 | 7 | 25 | 51 | 3D |
| Octal | 354 | 256 | 115 | 0 | 32 | 103 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101110 | 1001101 | 0 | 11010 | 1000011 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAE4D
Complementary color
Monochromatic Colors of #ECAE4D
Black with #ECAE4D
Text Example
Text Example
White with #ECAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE4D; }
p { color: rgb(236,174,77); }
H1.HeaderClassName
{
color: #ECAE4D;
}
.AnyTagClassName
{
color: #ECAE4D;
}
</style>
background-color css
<style>
a { background-color: #ECAE4D; }
a { background-color: rgb(236,174,77); }
div.DivClassName
{
background-color: #ECAE4D;
}
.BgClassName
{
background-color: #ECAE4D;
}
</style>
border-color css
<style>
span { border-color: #ECAE4D; }
span { border-color: rgb(236,174,77); }
td.TdClassName
{
border-color: #ECAE4D;
}
.TagClassName
{
border-color: #ECAE4D;
}
</style>