Shades of Casablanca #ECAF5D
Tints of Casablanca #ECAF5D
RGB
CMYK
RGB Variations
Color information
#ECAF5D (or 0xECAF5D) is known color: Casablanca. HEX triplet: EC, AF and 5D. RGB value is (236,175,93). Sum of RGB (Red+Green+Blue) = 236+175+93=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF5D is #1350A2. Grayscale: #B8B8B8. Windows color (decimal): -1265827 or 6139884. OLE color: 6139884.
HSL color Cylindrical-coordinate representation of color #ECAF5D: hue angle of 34.41º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECAF5D is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 93 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.07 |
| HSL | 34.41º | 0.79% | 0.65% | - |
| HSV(B) | 34.41º | 0.61% | 0.93% | - |
| XYZ | 51.9 | 49.28 | 17.13 | - |
| YUV | 183.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 93 | 0 | 0.26 | 0.61 | 0.07 | 34.41 | 0.79 | 0.65 |
| Hex | EC | AF | 5D | 0 | 1A | 3D | 7 | 22 | 4F | 41 |
| Octal | 354 | 257 | 135 | 0 | 32 | 75 | 7 | 42 | 117 | 101 |
| Binary | 11101100 | 10101111 | 1011101 | 0 | 11010 | 111101 | 111 | 100010 | 1001111 | 1000001 |
Color Harmonies of #ECAF5D
Complementary color
Monochromatic Colors of #ECAF5D
Black with #ECAF5D
Text Example
Text Example
White with #ECAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF5D; }
p { color: rgb(236,175,93); }
H1.HeaderClassName
{
color: #ECAF5D;
}
.AnyTagClassName
{
color: #ECAF5D;
}
</style>
background-color css
<style>
a { background-color: #ECAF5D; }
a { background-color: rgb(236,175,93); }
div.DivClassName
{
background-color: #ECAF5D;
}
.BgClassName
{
background-color: #ECAF5D;
}
</style>
border-color css
<style>
span { border-color: #ECAF5D; }
span { border-color: rgb(236,175,93); }
td.TdClassName
{
border-color: #ECAF5D;
}
.TagClassName
{
border-color: #ECAF5D;
}
</style>