Shades of Casablanca #EDB455
Tints of Casablanca #EDB455
RGB
CMYK
RGB Variations
Color information
#EDB455 (or 0xEDB455) is known color: Casablanca. HEX triplet: ED, B4 and 55. RGB value is (237,180,85). Sum of RGB (Red+Green+Blue) = 237+180+85=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB455 is #124BAA. Grayscale: #BABABA. Windows color (decimal): -1199019 or 5616877. OLE color: 5616877.
HSL color Cylindrical-coordinate representation of color #EDB455: hue angle of 37.5º 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 #EDB455 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 85 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.5º | 0.81% | 0.63% | - |
| HSV(B) | 37.5º | 0.64% | 0.93% | - |
| XYZ | 52.89 | 51.3 | 15.71 | - |
| YUV | 186.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 85 | 0 | 0.24 | 0.64 | 0.07 | 37.5 | 0.81 | 0.63 |
| Hex | ED | B4 | 55 | 0 | 18 | 40 | 7 | 26 | 51 | 3F |
| Octal | 355 | 264 | 125 | 0 | 30 | 100 | 7 | 46 | 121 | 77 |
| Binary | 11101101 | 10110100 | 1010101 | 0 | 11000 | 1000000 | 111 | 100110 | 1010001 | 111111 |
Color Harmonies of #EDB455
Complementary color
Monochromatic Colors of #EDB455
Black with #EDB455
Text Example
Text Example
White with #EDB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB455; }
p { color: rgb(237,180,85); }
H1.HeaderClassName
{
color: #EDB455;
}
.AnyTagClassName
{
color: #EDB455;
}
</style>
background-color css
<style>
a { background-color: #EDB455; }
a { background-color: rgb(237,180,85); }
div.DivClassName
{
background-color: #EDB455;
}
.BgClassName
{
background-color: #EDB455;
}
</style>
border-color css
<style>
span { border-color: #EDB455; }
span { border-color: rgb(237,180,85); }
td.TdClassName
{
border-color: #EDB455;
}
.TagClassName
{
border-color: #EDB455;
}
</style>