Shades of Casablanca #EDB357
Tints of Casablanca #EDB357
RGB
CMYK
RGB Variations
Color information
#EDB357 (or 0xEDB357) is known color: Casablanca. HEX triplet: ED, B3 and 57. RGB value is (237,179,87). Sum of RGB (Red+Green+Blue) = 237+179+87=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB357 is #124CA8. Grayscale: #BABABA. Windows color (decimal): -1199273 or 5747693. OLE color: 5747693.
HSL color Cylindrical-coordinate representation of color #EDB357: hue angle of 36.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDB357 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 87 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.07 |
| HSL | 36.8º | 0.81% | 0.64% | - |
| HSV(B) | 36.8º | 0.63% | 0.93% | - |
| XYZ | 52.77 | 50.93 | 16.07 | - |
| YUV | 185.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 87 | 0 | 0.24 | 0.63 | 0.07 | 36.8 | 0.81 | 0.64 |
| Hex | ED | B3 | 57 | 0 | 18 | 3F | 7 | 25 | 51 | 40 |
| Octal | 355 | 263 | 127 | 0 | 30 | 77 | 7 | 45 | 121 | 100 |
| Binary | 11101101 | 10110011 | 1010111 | 0 | 11000 | 111111 | 111 | 100101 | 1010001 | 1000000 |
Color Harmonies of #EDB357
Complementary color
Monochromatic Colors of #EDB357
Black with #EDB357
Text Example
Text Example
White with #EDB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB357; }
p { color: rgb(237,179,87); }
H1.HeaderClassName
{
color: #EDB357;
}
.AnyTagClassName
{
color: #EDB357;
}
</style>
background-color css
<style>
a { background-color: #EDB357; }
a { background-color: rgb(237,179,87); }
div.DivClassName
{
background-color: #EDB357;
}
.BgClassName
{
background-color: #EDB357;
}
</style>
border-color css
<style>
span { border-color: #EDB357; }
span { border-color: rgb(237,179,87); }
td.TdClassName
{
border-color: #EDB357;
}
.TagClassName
{
border-color: #EDB357;
}
</style>