Shades of Casablanca #EDB556
Tints of Casablanca #EDB556
RGB
CMYK
RGB Variations
Color information
#EDB556 (or 0xEDB556) is known color: Casablanca. HEX triplet: ED, B5 and 56. RGB value is (237,181,86). Sum of RGB (Red+Green+Blue) = 237+181+86=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB556 is #124AA9. Grayscale: #BBBBBB. Windows color (decimal): -1198762 or 5682669. OLE color: 5682669.
HSL color Cylindrical-coordinate representation of color #EDB556: hue angle of 37.75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDB556 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 86 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.75º | 0.81% | 0.63% | - |
| HSV(B) | 37.75º | 0.64% | 0.93% | - |
| XYZ | 53.13 | 51.72 | 15.99 | - |
| YUV | 186.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 86 | 0 | 0.24 | 0.64 | 0.07 | 37.75 | 0.81 | 0.63 |
| Hex | ED | B5 | 56 | 0 | 18 | 40 | 7 | 26 | 51 | 3F |
| Octal | 355 | 265 | 126 | 0 | 30 | 100 | 7 | 46 | 121 | 77 |
| Binary | 11101101 | 10110101 | 1010110 | 0 | 11000 | 1000000 | 111 | 100110 | 1010001 | 111111 |
Color Harmonies of #EDB556
Complementary color
Monochromatic Colors of #EDB556
Black with #EDB556
Text Example
Text Example
White with #EDB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB556; }
p { color: rgb(237,181,86); }
H1.HeaderClassName
{
color: #EDB556;
}
.AnyTagClassName
{
color: #EDB556;
}
</style>
background-color css
<style>
a { background-color: #EDB556; }
a { background-color: rgb(237,181,86); }
div.DivClassName
{
background-color: #EDB556;
}
.BgClassName
{
background-color: #EDB556;
}
</style>
border-color css
<style>
span { border-color: #EDB556; }
span { border-color: rgb(237,181,86); }
td.TdClassName
{
border-color: #EDB556;
}
.TagClassName
{
border-color: #EDB556;
}
</style>