Shades of Casablanca #EDA857
Tints of Casablanca #EDA857
RGB
CMYK
RGB Variations
Color information
#EDA857 (or 0xEDA857) is known color: Casablanca. HEX triplet: ED, A8 and 57. RGB value is (237,168,87). Sum of RGB (Red+Green+Blue) = 237+168+87=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA857 is #1257A8. Grayscale: #B3B3B3. Windows color (decimal): -1202089 or 5744877. OLE color: 5744877.
HSL color Cylindrical-coordinate representation of color #EDA857: hue angle of 32.4º 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 #EDA857 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 87 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.07 |
| HSL | 32.4º | 0.81% | 0.64% | - |
| HSV(B) | 32.4º | 0.63% | 0.93% | - |
| XYZ | 50.65 | 46.7 | 15.36 | - |
| YUV | 179.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 87 | 0 | 0.29 | 0.63 | 0.07 | 32.4 | 0.81 | 0.64 |
| Hex | ED | A8 | 57 | 0 | 1D | 3F | 7 | 20 | 51 | 40 |
| Octal | 355 | 250 | 127 | 0 | 35 | 77 | 7 | 40 | 121 | 100 |
| Binary | 11101101 | 10101000 | 1010111 | 0 | 11101 | 111111 | 111 | 100000 | 1010001 | 1000000 |
Color Harmonies of #EDA857
Complementary color
Monochromatic Colors of #EDA857
Black with #EDA857
Text Example
Text Example
White with #EDA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA857; }
p { color: rgb(237,168,87); }
H1.HeaderClassName
{
color: #EDA857;
}
.AnyTagClassName
{
color: #EDA857;
}
</style>
background-color css
<style>
a { background-color: #EDA857; }
a { background-color: rgb(237,168,87); }
div.DivClassName
{
background-color: #EDA857;
}
.BgClassName
{
background-color: #EDA857;
}
</style>
border-color css
<style>
span { border-color: #EDA857; }
span { border-color: rgb(237,168,87); }
td.TdClassName
{
border-color: #EDA857;
}
.TagClassName
{
border-color: #EDA857;
}
</style>