Shades of Casablanca #ECAF5C
Tints of Casablanca #ECAF5C
RGB
CMYK
RGB Variations
Color information
#ECAF5C (or 0xECAF5C) is known color: Casablanca. HEX triplet: EC, AF and 5C. RGB value is (236,175,92). Sum of RGB (Red+Green+Blue) = 236+175+92=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF5C is #1350A3. Grayscale: #B8B8B8. Windows color (decimal): -1265828 or 6074348. OLE color: 6074348.
HSL color Cylindrical-coordinate representation of color #ECAF5C: hue angle of 34.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECAF5C is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 92 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.07 |
| HSL | 34.58º | 0.79% | 0.64% | - |
| HSV(B) | 34.58º | 0.61% | 0.93% | - |
| XYZ | 51.85 | 49.27 | 16.9 | - |
| YUV | 183.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 92 | 0 | 0.26 | 0.61 | 0.07 | 34.58 | 0.79 | 0.64 |
| Hex | EC | AF | 5C | 0 | 1A | 3D | 7 | 23 | 4F | 40 |
| Octal | 354 | 257 | 134 | 0 | 32 | 75 | 7 | 43 | 117 | 100 |
| Binary | 11101100 | 10101111 | 1011100 | 0 | 11010 | 111101 | 111 | 100011 | 1001111 | 1000000 |
Color Harmonies of #ECAF5C
Complementary color
Monochromatic Colors of #ECAF5C
Black with #ECAF5C
Text Example
Text Example
White with #ECAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF5C; }
p { color: rgb(236,175,92); }
H1.HeaderClassName
{
color: #ECAF5C;
}
.AnyTagClassName
{
color: #ECAF5C;
}
</style>
background-color css
<style>
a { background-color: #ECAF5C; }
a { background-color: rgb(236,175,92); }
div.DivClassName
{
background-color: #ECAF5C;
}
.BgClassName
{
background-color: #ECAF5C;
}
</style>
border-color css
<style>
span { border-color: #ECAF5C; }
span { border-color: rgb(236,175,92); }
td.TdClassName
{
border-color: #ECAF5C;
}
.TagClassName
{
border-color: #ECAF5C;
}
</style>