Shades of Casablanca #EDA954
Tints of Casablanca #EDA954
RGB
CMYK
RGB Variations
Color information
#EDA954 (or 0xEDA954) is known color: Casablanca. HEX triplet: ED, A9 and 54. RGB value is (237,169,84). Sum of RGB (Red+Green+Blue) = 237+169+84=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA954 is #1256AB. Grayscale: #B4B4B4. Windows color (decimal): -1201836 or 5548525. OLE color: 5548525.
HSL color Cylindrical-coordinate representation of color #EDA954: hue angle of 33.33º 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 #EDA954 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 84 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.07 |
| HSL | 33.33º | 0.81% | 0.63% | - |
| HSV(B) | 33.33º | 0.65% | 0.93% | - |
| XYZ | 50.71 | 47.02 | 14.79 | - |
| YUV | 179.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 84 | 0 | 0.29 | 0.65 | 0.07 | 33.33 | 0.81 | 0.63 |
| Hex | ED | A9 | 54 | 0 | 1D | 41 | 7 | 21 | 51 | 3F |
| Octal | 355 | 251 | 124 | 0 | 35 | 101 | 7 | 41 | 121 | 77 |
| Binary | 11101101 | 10101001 | 1010100 | 0 | 11101 | 1000001 | 111 | 100001 | 1010001 | 111111 |
Color Harmonies of #EDA954
Complementary color
Monochromatic Colors of #EDA954
Black with #EDA954
Text Example
Text Example
White with #EDA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA954; }
p { color: rgb(237,169,84); }
H1.HeaderClassName
{
color: #EDA954;
}
.AnyTagClassName
{
color: #EDA954;
}
</style>
background-color css
<style>
a { background-color: #EDA954; }
a { background-color: rgb(237,169,84); }
div.DivClassName
{
background-color: #EDA954;
}
.BgClassName
{
background-color: #EDA954;
}
</style>
border-color css
<style>
span { border-color: #EDA954; }
span { border-color: rgb(237,169,84); }
td.TdClassName
{
border-color: #EDA954;
}
.TagClassName
{
border-color: #EDA954;
}
</style>