Shades of Casablanca #EDB555
Tints of Casablanca #EDB555
RGB
CMYK
RGB Variations
Color information
#EDB555 (or 0xEDB555) is known color: Casablanca. HEX triplet: ED, B5 and 55. RGB value is (237,181,85). Sum of RGB (Red+Green+Blue) = 237+181+85=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB555 is #124AAA. Grayscale: #BBBBBB. Windows color (decimal): -1198763 or 5617133. OLE color: 5617133.
HSL color Cylindrical-coordinate representation of color #EDB555: hue angle of 37.89º 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 #EDB555 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 85 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.89º | 0.81% | 0.63% | - |
| HSV(B) | 37.89º | 0.64% | 0.93% | - |
| XYZ | 53.09 | 51.71 | 15.78 | - |
| YUV | 186.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 85 | 0 | 0.24 | 0.64 | 0.07 | 37.89 | 0.81 | 0.63 |
| Hex | ED | B5 | 55 | 0 | 18 | 40 | 7 | 26 | 51 | 3F |
| Octal | 355 | 265 | 125 | 0 | 30 | 100 | 7 | 46 | 121 | 77 |
| Binary | 11101101 | 10110101 | 1010101 | 0 | 11000 | 1000000 | 111 | 100110 | 1010001 | 111111 |
Color Harmonies of #EDB555
Complementary color
Monochromatic Colors of #EDB555
Black with #EDB555
Text Example
Text Example
White with #EDB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB555; }
p { color: rgb(237,181,85); }
H1.HeaderClassName
{
color: #EDB555;
}
.AnyTagClassName
{
color: #EDB555;
}
</style>
background-color css
<style>
a { background-color: #EDB555; }
a { background-color: rgb(237,181,85); }
div.DivClassName
{
background-color: #EDB555;
}
.BgClassName
{
background-color: #EDB555;
}
</style>
border-color css
<style>
span { border-color: #EDB555; }
span { border-color: rgb(237,181,85); }
td.TdClassName
{
border-color: #EDB555;
}
.TagClassName
{
border-color: #EDB555;
}
</style>