Shades of Casablanca #EDB259
Tints of Casablanca #EDB259
RGB
CMYK
RGB Variations
Color information
#EDB259 (or 0xEDB259) is known color: Casablanca. HEX triplet: ED, B2 and 59. RGB value is (237,178,89). Sum of RGB (Red+Green+Blue) = 237+178+89=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB259 is #124DA6. Grayscale: #B9B9B9. Windows color (decimal): -1199527 or 5878509. OLE color: 5878509.
HSL color Cylindrical-coordinate representation of color #EDB259: hue angle of 36.08º 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 #EDB259 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 89 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.07 |
| HSL | 36.08º | 0.8% | 0.64% | - |
| HSV(B) | 36.08º | 0.62% | 0.93% | - |
| XYZ | 52.65 | 50.57 | 16.44 | - |
| YUV | 185.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 89 | 0 | 0.25 | 0.62 | 0.07 | 36.08 | 0.8 | 0.64 |
| Hex | ED | B2 | 59 | 0 | 19 | 3E | 7 | 24 | 50 | 40 |
| Octal | 355 | 262 | 131 | 0 | 31 | 76 | 7 | 44 | 120 | 100 |
| Binary | 11101101 | 10110010 | 1011001 | 0 | 11001 | 111110 | 111 | 100100 | 1010000 | 1000000 |
Color Harmonies of #EDB259
Complementary color
Monochromatic Colors of #EDB259
Black with #EDB259
Text Example
Text Example
White with #EDB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB259; }
p { color: rgb(237,178,89); }
H1.HeaderClassName
{
color: #EDB259;
}
.AnyTagClassName
{
color: #EDB259;
}
</style>
background-color css
<style>
a { background-color: #EDB259; }
a { background-color: rgb(237,178,89); }
div.DivClassName
{
background-color: #EDB259;
}
.BgClassName
{
background-color: #EDB259;
}
</style>
border-color css
<style>
span { border-color: #EDB259; }
span { border-color: rgb(237,178,89); }
td.TdClassName
{
border-color: #EDB259;
}
.TagClassName
{
border-color: #EDB259;
}
</style>