Shades of Casablanca #ECB34F
Tints of Casablanca #ECB34F
RGB
CMYK
RGB Variations
Color information
#ECB34F (or 0xECB34F) is known color: Casablanca. HEX triplet: EC, B3 and 4F. RGB value is (236,179,79). Sum of RGB (Red+Green+Blue) = 236+179+79=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB34F is #134CB0. Grayscale: #B9B9B9. Windows color (decimal): -1264817 or 5223404. OLE color: 5223404.
HSL color Cylindrical-coordinate representation of color #ECB34F: hue angle of 38.22º 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 #ECB34F is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 79 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.07 |
| HSL | 38.22º | 0.81% | 0.62% | - |
| HSV(B) | 38.22º | 0.67% | 0.93% | - |
| XYZ | 52.12 | 50.64 | 14.42 | - |
| YUV | 184.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 79 | 0 | 0.24 | 0.67 | 0.07 | 38.22 | 0.81 | 0.62 |
| Hex | EC | B3 | 4F | 0 | 18 | 43 | 7 | 26 | 51 | 3E |
| Octal | 354 | 263 | 117 | 0 | 30 | 103 | 7 | 46 | 121 | 76 |
| Binary | 11101100 | 10110011 | 1001111 | 0 | 11000 | 1000011 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #ECB34F
Complementary color
Monochromatic Colors of #ECB34F
Black with #ECB34F
Text Example
Text Example
White with #ECB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB34F; }
p { color: rgb(236,179,79); }
H1.HeaderClassName
{
color: #ECB34F;
}
.AnyTagClassName
{
color: #ECB34F;
}
</style>
background-color css
<style>
a { background-color: #ECB34F; }
a { background-color: rgb(236,179,79); }
div.DivClassName
{
background-color: #ECB34F;
}
.BgClassName
{
background-color: #ECB34F;
}
</style>
border-color css
<style>
span { border-color: #ECB34F; }
span { border-color: rgb(236,179,79); }
td.TdClassName
{
border-color: #ECB34F;
}
.TagClassName
{
border-color: #ECB34F;
}
</style>