Shades of Casablanca #EDB059
Tints of Casablanca #EDB059
RGB
CMYK
RGB Variations
Color information
#EDB059 (or 0xEDB059) is known color: Casablanca. HEX triplet: ED, B0 and 59. RGB value is (237,176,89). Sum of RGB (Red+Green+Blue) = 237+176+89=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB059 is #124FA6. Grayscale: #B8B8B8. Windows color (decimal): -1200039 or 5877997. OLE color: 5877997.
HSL color Cylindrical-coordinate representation of color #EDB059: hue angle of 35.27º 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 #EDB059 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 89 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.07 |
| HSL | 35.27º | 0.8% | 0.64% | - |
| HSV(B) | 35.27º | 0.62% | 0.93% | - |
| XYZ | 52.25 | 49.78 | 16.3 | - |
| YUV | 184.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 89 | 0 | 0.26 | 0.62 | 0.07 | 35.27 | 0.8 | 0.64 |
| Hex | ED | B0 | 59 | 0 | 1A | 3E | 7 | 23 | 50 | 40 |
| Octal | 355 | 260 | 131 | 0 | 32 | 76 | 7 | 43 | 120 | 100 |
| Binary | 11101101 | 10110000 | 1011001 | 0 | 11010 | 111110 | 111 | 100011 | 1010000 | 1000000 |
Color Harmonies of #EDB059
Complementary color
Monochromatic Colors of #EDB059
Black with #EDB059
Text Example
Text Example
White with #EDB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB059; }
p { color: rgb(237,176,89); }
H1.HeaderClassName
{
color: #EDB059;
}
.AnyTagClassName
{
color: #EDB059;
}
</style>
background-color css
<style>
a { background-color: #EDB059; }
a { background-color: rgb(237,176,89); }
div.DivClassName
{
background-color: #EDB059;
}
.BgClassName
{
background-color: #EDB059;
}
</style>
border-color css
<style>
span { border-color: #EDB059; }
span { border-color: rgb(237,176,89); }
td.TdClassName
{
border-color: #EDB059;
}
.TagClassName
{
border-color: #EDB059;
}
</style>