Shades of Casablanca #EDA756
Tints of Casablanca #EDA756
RGB
CMYK
RGB Variations
Color information
#EDA756 (or 0xEDA756) is known color: Casablanca. HEX triplet: ED, A7 and 56. RGB value is (237,167,86). Sum of RGB (Red+Green+Blue) = 237+167+86=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA756 is #1258A9. Grayscale: #B3B3B3. Windows color (decimal): -1202346 or 5679085. OLE color: 5679085.
HSL color Cylindrical-coordinate representation of color #EDA756: hue angle of 32.19º 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 #EDA756 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 86 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.07 |
| HSL | 32.19º | 0.81% | 0.63% | - |
| HSV(B) | 32.19º | 0.64% | 0.93% | - |
| XYZ | 50.42 | 46.31 | 15.09 | - |
| YUV | 178.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 86 | 0 | 0.30 | 0.64 | 0.07 | 32.19 | 0.81 | 0.63 |
| Hex | ED | A7 | 56 | 0 | 1E | 40 | 7 | 20 | 51 | 3F |
| Octal | 355 | 247 | 126 | 0 | 36 | 100 | 7 | 40 | 121 | 77 |
| Binary | 11101101 | 10100111 | 1010110 | 0 | 11110 | 1000000 | 111 | 100000 | 1010001 | 111111 |
Color Harmonies of #EDA756
Complementary color
Monochromatic Colors of #EDA756
Black with #EDA756
Text Example
Text Example
White with #EDA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA756; }
p { color: rgb(237,167,86); }
H1.HeaderClassName
{
color: #EDA756;
}
.AnyTagClassName
{
color: #EDA756;
}
</style>
background-color css
<style>
a { background-color: #EDA756; }
a { background-color: rgb(237,167,86); }
div.DivClassName
{
background-color: #EDA756;
}
.BgClassName
{
background-color: #EDA756;
}
</style>
border-color css
<style>
span { border-color: #EDA756; }
span { border-color: rgb(237,167,86); }
td.TdClassName
{
border-color: #EDA756;
}
.TagClassName
{
border-color: #EDA756;
}
</style>