Shades of Casablanca #ECAF4A
Tints of Casablanca #ECAF4A
RGB
CMYK
RGB Variations
Color information
#ECAF4A (or 0xECAF4A) is known color: Casablanca. HEX triplet: EC, AF and 4A. RGB value is (236,175,74). Sum of RGB (Red+Green+Blue) = 236+175+74=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF4A is #1350B5. Grayscale: #B6B6B6. Windows color (decimal): -1265846 or 4894700. OLE color: 4894700.
HSL color Cylindrical-coordinate representation of color #ECAF4A: hue angle of 37.41º 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 #ECAF4A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 74 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.07 |
| HSL | 37.41º | 0.81% | 0.61% | - |
| HSV(B) | 37.41º | 0.69% | 0.93% | - |
| XYZ | 51.16 | 48.99 | 13.24 | - |
| YUV | 181.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 74 | 0 | 0.26 | 0.69 | 0.07 | 37.41 | 0.81 | 0.61 |
| Hex | EC | AF | 4A | 0 | 1A | 45 | 7 | 25 | 51 | 3D |
| Octal | 354 | 257 | 112 | 0 | 32 | 105 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101111 | 1001010 | 0 | 11010 | 1000101 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAF4A
Complementary color
Monochromatic Colors of #ECAF4A
Black with #ECAF4A
Text Example
Text Example
White with #ECAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF4A; }
p { color: rgb(236,175,74); }
H1.HeaderClassName
{
color: #ECAF4A;
}
.AnyTagClassName
{
color: #ECAF4A;
}
</style>
background-color css
<style>
a { background-color: #ECAF4A; }
a { background-color: rgb(236,175,74); }
div.DivClassName
{
background-color: #ECAF4A;
}
.BgClassName
{
background-color: #ECAF4A;
}
</style>
border-color css
<style>
span { border-color: #ECAF4A; }
span { border-color: rgb(236,175,74); }
td.TdClassName
{
border-color: #ECAF4A;
}
.TagClassName
{
border-color: #ECAF4A;
}
</style>