Shades of Casablanca #EDA854
Tints of Casablanca #EDA854
RGB
CMYK
RGB Variations
Color information
#EDA854 (or 0xEDA854) is known color: Casablanca. HEX triplet: ED, A8 and 54. RGB value is (237,168,84). Sum of RGB (Red+Green+Blue) = 237+168+84=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA854 is #1257AB. Grayscale: #B3B3B3. Windows color (decimal): -1202092 or 5548269. OLE color: 5548269.
HSL color Cylindrical-coordinate representation of color #EDA854: hue angle of 32.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA854 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 84 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.07 |
| HSL | 32.94º | 0.81% | 0.63% | - |
| HSV(B) | 32.94º | 0.65% | 0.93% | - |
| XYZ | 50.53 | 46.65 | 14.73 | - |
| YUV | 179.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 84 | 0 | 0.29 | 0.65 | 0.07 | 32.94 | 0.81 | 0.63 |
| Hex | ED | A8 | 54 | 0 | 1D | 41 | 7 | 21 | 51 | 3F |
| Octal | 355 | 250 | 124 | 0 | 35 | 101 | 7 | 41 | 121 | 77 |
| Binary | 11101101 | 10101000 | 1010100 | 0 | 11101 | 1000001 | 111 | 100001 | 1010001 | 111111 |
Color Harmonies of #EDA854
Complementary color
Monochromatic Colors of #EDA854
Black with #EDA854
Text Example
Text Example
White with #EDA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA854; }
p { color: rgb(237,168,84); }
H1.HeaderClassName
{
color: #EDA854;
}
.AnyTagClassName
{
color: #EDA854;
}
</style>
background-color css
<style>
a { background-color: #EDA854; }
a { background-color: rgb(237,168,84); }
div.DivClassName
{
background-color: #EDA854;
}
.BgClassName
{
background-color: #EDA854;
}
</style>
border-color css
<style>
span { border-color: #EDA854; }
span { border-color: rgb(237,168,84); }
td.TdClassName
{
border-color: #EDA854;
}
.TagClassName
{
border-color: #EDA854;
}
</style>