Shades of Casablanca #EDB256
Tints of Casablanca #EDB256
RGB
CMYK
RGB Variations
Color information
#EDB256 (or 0xEDB256) is known color: Casablanca. HEX triplet: ED, B2 and 56. RGB value is (237,178,86). Sum of RGB (Red+Green+Blue) = 237+178+86=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB256 is #124DA9. Grayscale: #B9B9B9. Windows color (decimal): -1199530 or 5681901. OLE color: 5681901.
HSL color Cylindrical-coordinate representation of color #EDB256: hue angle of 36.56º 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 #EDB256 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 86 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.07 |
| HSL | 36.56º | 0.81% | 0.63% | - |
| HSV(B) | 36.56º | 0.64% | 0.93% | - |
| XYZ | 52.53 | 50.52 | 15.79 | - |
| YUV | 185.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 86 | 0 | 0.25 | 0.64 | 0.07 | 36.56 | 0.81 | 0.63 |
| Hex | ED | B2 | 56 | 0 | 19 | 40 | 7 | 25 | 51 | 3F |
| Octal | 355 | 262 | 126 | 0 | 31 | 100 | 7 | 45 | 121 | 77 |
| Binary | 11101101 | 10110010 | 1010110 | 0 | 11001 | 1000000 | 111 | 100101 | 1010001 | 111111 |
Color Harmonies of #EDB256
Complementary color
Monochromatic Colors of #EDB256
Black with #EDB256
Text Example
Text Example
White with #EDB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB256; }
p { color: rgb(237,178,86); }
H1.HeaderClassName
{
color: #EDB256;
}
.AnyTagClassName
{
color: #EDB256;
}
</style>
background-color css
<style>
a { background-color: #EDB256; }
a { background-color: rgb(237,178,86); }
div.DivClassName
{
background-color: #EDB256;
}
.BgClassName
{
background-color: #EDB256;
}
</style>
border-color css
<style>
span { border-color: #EDB256; }
span { border-color: rgb(237,178,86); }
td.TdClassName
{
border-color: #EDB256;
}
.TagClassName
{
border-color: #EDB256;
}
</style>