Shades of Casablanca #ECAD4A
Tints of Casablanca #ECAD4A
RGB
CMYK
RGB Variations
Color information
#ECAD4A (or 0xECAD4A) is known color: Casablanca. HEX triplet: EC, AD and 4A. RGB value is (236,173,74). Sum of RGB (Red+Green+Blue) = 236+173+74=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD4A is #1352B5. Grayscale: #B5B5B5. Windows color (decimal): -1266358 or 4894188. OLE color: 4894188.
HSL color Cylindrical-coordinate representation of color #ECAD4A: hue angle of 36.67º 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 #ECAD4A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 74 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.07 |
| HSL | 36.67º | 0.81% | 0.61% | - |
| HSV(B) | 36.67º | 0.69% | 0.93% | - |
| XYZ | 50.77 | 48.21 | 13.11 | - |
| YUV | 180.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 74 | 0 | 0.27 | 0.69 | 0.07 | 36.67 | 0.81 | 0.61 |
| Hex | EC | AD | 4A | 0 | 1B | 45 | 7 | 25 | 51 | 3D |
| Octal | 354 | 255 | 112 | 0 | 33 | 105 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101101 | 1001010 | 0 | 11011 | 1000101 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAD4A
Complementary color
Monochromatic Colors of #ECAD4A
Black with #ECAD4A
Text Example
Text Example
White with #ECAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD4A; }
p { color: rgb(236,173,74); }
H1.HeaderClassName
{
color: #ECAD4A;
}
.AnyTagClassName
{
color: #ECAD4A;
}
</style>
background-color css
<style>
a { background-color: #ECAD4A; }
a { background-color: rgb(236,173,74); }
div.DivClassName
{
background-color: #ECAD4A;
}
.BgClassName
{
background-color: #ECAD4A;
}
</style>
border-color css
<style>
span { border-color: #ECAD4A; }
span { border-color: rgb(236,173,74); }
td.TdClassName
{
border-color: #ECAD4A;
}
.TagClassName
{
border-color: #ECAD4A;
}
</style>