Shades of Casablanca #EDA554
Tints of Casablanca #EDA554
RGB
CMYK
RGB Variations
Color information
#EDA554 (or 0xEDA554) is known color: Casablanca. HEX triplet: ED, A5 and 54. RGB value is (237,165,84). Sum of RGB (Red+Green+Blue) = 237+165+84=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA554 is #125AAB. Grayscale: #B1B1B1. Windows color (decimal): -1202860 or 5547501. OLE color: 5547501.
HSL color Cylindrical-coordinate representation of color #EDA554: hue angle of 31.76º 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 #EDA554 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 84 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.07 |
| HSL | 31.76º | 0.81% | 0.63% | - |
| HSV(B) | 31.76º | 0.65% | 0.93% | - |
| XYZ | 49.98 | 45.55 | 14.55 | - |
| YUV | 177.29 | 75.35 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 84 | 0 | 0.30 | 0.65 | 0.07 | 31.76 | 0.81 | 0.63 |
| Hex | ED | A5 | 54 | 0 | 1E | 41 | 7 | 20 | 51 | 3F |
| Octal | 355 | 245 | 124 | 0 | 36 | 101 | 7 | 40 | 121 | 77 |
| Binary | 11101101 | 10100101 | 1010100 | 0 | 11110 | 1000001 | 111 | 100000 | 1010001 | 111111 |
Color Harmonies of #EDA554
Complementary color
Monochromatic Colors of #EDA554
Black with #EDA554
Text Example
Text Example
White with #EDA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA554; }
p { color: rgb(237,165,84); }
H1.HeaderClassName
{
color: #EDA554;
}
.AnyTagClassName
{
color: #EDA554;
}
</style>
background-color css
<style>
a { background-color: #EDA554; }
a { background-color: rgb(237,165,84); }
div.DivClassName
{
background-color: #EDA554;
}
.BgClassName
{
background-color: #EDA554;
}
</style>
border-color css
<style>
span { border-color: #EDA554; }
span { border-color: rgb(237,165,84); }
td.TdClassName
{
border-color: #EDA554;
}
.TagClassName
{
border-color: #EDA554;
}
</style>