Shades of Casablanca #EDB355
Tints of Casablanca #EDB355
RGB
CMYK
RGB Variations
Color information
#EDB355 (or 0xEDB355) is known color: Casablanca. HEX triplet: ED, B3 and 55. RGB value is (237,179,85). Sum of RGB (Red+Green+Blue) = 237+179+85=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB355 is #124CAA. Grayscale: #BABABA. Windows color (decimal): -1199275 or 5616621. OLE color: 5616621.
HSL color Cylindrical-coordinate representation of color #EDB355: hue angle of 37.11º 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 #EDB355 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 85 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.11º | 0.81% | 0.63% | - |
| HSV(B) | 37.11º | 0.64% | 0.93% | - |
| XYZ | 52.68 | 50.9 | 15.64 | - |
| YUV | 185.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 85 | 0 | 0.24 | 0.64 | 0.07 | 37.11 | 0.81 | 0.63 |
| Hex | ED | B3 | 55 | 0 | 18 | 40 | 7 | 25 | 51 | 3F |
| Octal | 355 | 263 | 125 | 0 | 30 | 100 | 7 | 45 | 121 | 77 |
| Binary | 11101101 | 10110011 | 1010101 | 0 | 11000 | 1000000 | 111 | 100101 | 1010001 | 111111 |
Color Harmonies of #EDB355
Complementary color
Monochromatic Colors of #EDB355
Black with #EDB355
Text Example
Text Example
White with #EDB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB355; }
p { color: rgb(237,179,85); }
H1.HeaderClassName
{
color: #EDB355;
}
.AnyTagClassName
{
color: #EDB355;
}
</style>
background-color css
<style>
a { background-color: #EDB355; }
a { background-color: rgb(237,179,85); }
div.DivClassName
{
background-color: #EDB355;
}
.BgClassName
{
background-color: #EDB355;
}
</style>
border-color css
<style>
span { border-color: #EDB355; }
span { border-color: rgb(237,179,85); }
td.TdClassName
{
border-color: #EDB355;
}
.TagClassName
{
border-color: #EDB355;
}
</style>