Shades of Casablanca #EDB456
Tints of Casablanca #EDB456
RGB
CMYK
RGB Variations
Color information
#EDB456 (or 0xEDB456) is known color: Casablanca. HEX triplet: ED, B4 and 56. RGB value is (237,180,86). Sum of RGB (Red+Green+Blue) = 237+180+86=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB456 is #124BA9. Grayscale: #BABABA. Windows color (decimal): -1199018 or 5682413. OLE color: 5682413.
HSL color Cylindrical-coordinate representation of color #EDB456: hue angle of 37.35º 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 #EDB456 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 86 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.35º | 0.81% | 0.63% | - |
| HSV(B) | 37.35º | 0.64% | 0.93% | - |
| XYZ | 52.93 | 51.32 | 15.92 | - |
| YUV | 186.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 86 | 0 | 0.24 | 0.64 | 0.07 | 37.35 | 0.81 | 0.63 |
| Hex | ED | B4 | 56 | 0 | 18 | 40 | 7 | 25 | 51 | 3F |
| Octal | 355 | 264 | 126 | 0 | 30 | 100 | 7 | 45 | 121 | 77 |
| Binary | 11101101 | 10110100 | 1010110 | 0 | 11000 | 1000000 | 111 | 100101 | 1010001 | 111111 |
Color Harmonies of #EDB456
Complementary color
Monochromatic Colors of #EDB456
Black with #EDB456
Text Example
Text Example
White with #EDB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB456; }
p { color: rgb(237,180,86); }
H1.HeaderClassName
{
color: #EDB456;
}
.AnyTagClassName
{
color: #EDB456;
}
</style>
background-color css
<style>
a { background-color: #EDB456; }
a { background-color: rgb(237,180,86); }
div.DivClassName
{
background-color: #EDB456;
}
.BgClassName
{
background-color: #EDB456;
}
</style>
border-color css
<style>
span { border-color: #EDB456; }
span { border-color: rgb(237,180,86); }
td.TdClassName
{
border-color: #EDB456;
}
.TagClassName
{
border-color: #EDB456;
}
</style>