Shades of Casablanca #ECB05B
Tints of Casablanca #ECB05B
RGB
CMYK
RGB Variations
Color information
#ECB05B (or 0xECB05B) is known color: Casablanca. HEX triplet: EC, B0 and 5B. RGB value is (236,176,91). Sum of RGB (Red+Green+Blue) = 236+176+91=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB05B is #134FA4. Grayscale: #B8B8B8. Windows color (decimal): -1265573 or 6009068. OLE color: 6009068.
HSL color Cylindrical-coordinate representation of color #ECB05B: hue angle of 35.17º 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 #ECB05B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 176 | 91 | - |
CMYK | 0 | 0.25 | 0.61 | 0.07 |
HSL | 35.17º | 0.79% | 0.64% | - |
HSV(B) | 35.17º | 0.61% | 0.93% | - |
XYZ | 52.01 | 49.64 | 16.74 | - |
YUV | 184.25 | 75.38 | 164.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 176 | 91 | 0 | 0.25 | 0.61 | 0.07 | 35.17 | 0.79 | 0.64 |
Hex | EC | B0 | 5B | 0 | 19 | 3D | 7 | 23 | 4F | 40 |
Octal | 354 | 260 | 133 | 0 | 31 | 75 | 7 | 43 | 117 | 100 |
Binary | 11101100 | 10110000 | 1011011 | 0 | 11001 | 111101 | 111 | 100011 | 1001111 | 1000000 |
Color Harmonies of #ECB05B
Complementary color
Monochromatic Colors of #ECB05B
Black with #ECB05B
Text Example
Text Example
White with #ECB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB05B; }
p { color: rgb(236,176,91); }
H1.HeaderClassName
{
color: #ECB05B;
}
.AnyTagClassName
{
color: #ECB05B;
}
</style>
background-color css
<style>
a { background-color: #ECB05B; }
a { background-color: rgb(236,176,91); }
div.DivClassName
{
background-color: #ECB05B;
}
.BgClassName
{
background-color: #ECB05B;
}
</style>
border-color css
<style>
span { border-color: #ECB05B; }
span { border-color: rgb(236,176,91); }
td.TdClassName
{
border-color: #ECB05B;
}
.TagClassName
{
border-color: #ECB05B;
}
</style>