Shades of Casablanca #ECAF5A
Tints of Casablanca #ECAF5A
RGB
CMYK
RGB Variations
Color information
#ECAF5A (or 0xECAF5A) is known color: Casablanca. HEX triplet: EC, AF and 5A. RGB value is (236,175,90). Sum of RGB (Red+Green+Blue) = 236+175+90=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF5A is #1350A5. Grayscale: #B7B7B7. Windows color (decimal): -1265830 or 5943276. OLE color: 5943276.
HSL color Cylindrical-coordinate representation of color #ECAF5A: hue angle of 34.93º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECAF5A is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 90 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.07 |
| HSL | 34.93º | 0.79% | 0.64% | - |
| HSV(B) | 34.93º | 0.62% | 0.93% | - |
| XYZ | 51.77 | 49.23 | 16.45 | - |
| YUV | 183.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 90 | 0 | 0.26 | 0.62 | 0.07 | 34.93 | 0.79 | 0.64 |
| Hex | EC | AF | 5A | 0 | 1A | 3E | 7 | 23 | 4F | 40 |
| Octal | 354 | 257 | 132 | 0 | 32 | 76 | 7 | 43 | 117 | 100 |
| Binary | 11101100 | 10101111 | 1011010 | 0 | 11010 | 111110 | 111 | 100011 | 1001111 | 1000000 |
Color Harmonies of #ECAF5A
Complementary color
Monochromatic Colors of #ECAF5A
Black with #ECAF5A
Text Example
Text Example
White with #ECAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF5A; }
p { color: rgb(236,175,90); }
H1.HeaderClassName
{
color: #ECAF5A;
}
.AnyTagClassName
{
color: #ECAF5A;
}
</style>
background-color css
<style>
a { background-color: #ECAF5A; }
a { background-color: rgb(236,175,90); }
div.DivClassName
{
background-color: #ECAF5A;
}
.BgClassName
{
background-color: #ECAF5A;
}
</style>
border-color css
<style>
span { border-color: #ECAF5A; }
span { border-color: rgb(236,175,90); }
td.TdClassName
{
border-color: #ECAF5A;
}
.TagClassName
{
border-color: #ECAF5A;
}
</style>