Shades of Casablanca #ECAF4E
Tints of Casablanca #ECAF4E
RGB
CMYK
RGB Variations
Color information
#ECAF4E (or 0xECAF4E) is known color: Casablanca. HEX triplet: EC, AF and 4E. RGB value is (236,175,78). Sum of RGB (Red+Green+Blue) = 236+175+78=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF4E is #1350B1. Grayscale: #B6B6B6. Windows color (decimal): -1265842 or 5156844. OLE color: 5156844.
HSL color Cylindrical-coordinate representation of color #ECAF4E: hue angle of 36.84º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECAF4E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 78 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.07 |
| HSL | 36.84º | 0.81% | 0.62% | - |
| HSV(B) | 36.84º | 0.67% | 0.93% | - |
| XYZ | 51.3 | 49.04 | 13.97 | - |
| YUV | 182.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 78 | 0 | 0.26 | 0.67 | 0.07 | 36.84 | 0.81 | 0.62 |
| Hex | EC | AF | 4E | 0 | 1A | 43 | 7 | 25 | 51 | 3E |
| Octal | 354 | 257 | 116 | 0 | 32 | 103 | 7 | 45 | 121 | 76 |
| Binary | 11101100 | 10101111 | 1001110 | 0 | 11010 | 1000011 | 111 | 100101 | 1010001 | 111110 |
Color Harmonies of #ECAF4E
Complementary color
Monochromatic Colors of #ECAF4E
Black with #ECAF4E
Text Example
Text Example
White with #ECAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF4E; }
p { color: rgb(236,175,78); }
H1.HeaderClassName
{
color: #ECAF4E;
}
.AnyTagClassName
{
color: #ECAF4E;
}
</style>
background-color css
<style>
a { background-color: #ECAF4E; }
a { background-color: rgb(236,175,78); }
div.DivClassName
{
background-color: #ECAF4E;
}
.BgClassName
{
background-color: #ECAF4E;
}
</style>
border-color css
<style>
span { border-color: #ECAF4E; }
span { border-color: rgb(236,175,78); }
td.TdClassName
{
border-color: #ECAF4E;
}
.TagClassName
{
border-color: #ECAF4E;
}
</style>