Shades of Casablanca #EDB559
Tints of Casablanca #EDB559
RGB
CMYK
RGB Variations
Color information
#EDB559 (or 0xEDB559) is known color: Casablanca. HEX triplet: ED, B5 and 59. RGB value is (237,181,89). Sum of RGB (Red+Green+Blue) = 237+181+89=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB559 is #124AA6. Grayscale: #BBBBBB. Windows color (decimal): -1198759 or 5879277. OLE color: 5879277.
HSL color Cylindrical-coordinate representation of color #EDB559: hue angle of 37.3º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDB559 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 89 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 37.3º | 0.8% | 0.64% | - |
| HSV(B) | 37.3º | 0.62% | 0.93% | - |
| XYZ | 53.25 | 51.77 | 16.64 | - |
| YUV | 187.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 89 | 0 | 0.24 | 0.62 | 0.07 | 37.3 | 0.8 | 0.64 |
| Hex | ED | B5 | 59 | 0 | 18 | 3E | 7 | 25 | 50 | 40 |
| Octal | 355 | 265 | 131 | 0 | 30 | 76 | 7 | 45 | 120 | 100 |
| Binary | 11101101 | 10110101 | 1011001 | 0 | 11000 | 111110 | 111 | 100101 | 1010000 | 1000000 |
Color Harmonies of #EDB559
Complementary color
Monochromatic Colors of #EDB559
Black with #EDB559
Text Example
Text Example
White with #EDB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB559; }
p { color: rgb(237,181,89); }
H1.HeaderClassName
{
color: #EDB559;
}
.AnyTagClassName
{
color: #EDB559;
}
</style>
background-color css
<style>
a { background-color: #EDB559; }
a { background-color: rgb(237,181,89); }
div.DivClassName
{
background-color: #EDB559;
}
.BgClassName
{
background-color: #EDB559;
}
</style>
border-color css
<style>
span { border-color: #EDB559; }
span { border-color: rgb(237,181,89); }
td.TdClassName
{
border-color: #EDB559;
}
.TagClassName
{
border-color: #EDB559;
}
</style>