Shades of Casablanca #EDB154
Tints of Casablanca #EDB154
RGB
CMYK
RGB Variations
Color information
#EDB154 (or 0xEDB154) is known color: Casablanca. HEX triplet: ED, B1 and 54. RGB value is (237,177,84). Sum of RGB (Red+Green+Blue) = 237+177+84=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB154 is #124EAB. Grayscale: #B8B8B8. Windows color (decimal): -1199788 or 5550573. OLE color: 5550573.
HSL color Cylindrical-coordinate representation of color #EDB154: hue angle of 36.47º 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 #EDB154 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 84 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.07 |
| HSL | 36.47º | 0.81% | 0.63% | - |
| HSV(B) | 36.47º | 0.65% | 0.93% | - |
| XYZ | 52.25 | 50.09 | 15.3 | - |
| YUV | 184.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 84 | 0 | 0.25 | 0.65 | 0.07 | 36.47 | 0.81 | 0.63 |
| Hex | ED | B1 | 54 | 0 | 19 | 41 | 7 | 24 | 51 | 3F |
| Octal | 355 | 261 | 124 | 0 | 31 | 101 | 7 | 44 | 121 | 77 |
| Binary | 11101101 | 10110001 | 1010100 | 0 | 11001 | 1000001 | 111 | 100100 | 1010001 | 111111 |
Color Harmonies of #EDB154
Complementary color
Monochromatic Colors of #EDB154
Black with #EDB154
Text Example
Text Example
White with #EDB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB154; }
p { color: rgb(237,177,84); }
H1.HeaderClassName
{
color: #EDB154;
}
.AnyTagClassName
{
color: #EDB154;
}
</style>
background-color css
<style>
a { background-color: #EDB154; }
a { background-color: rgb(237,177,84); }
div.DivClassName
{
background-color: #EDB154;
}
.BgClassName
{
background-color: #EDB154;
}
</style>
border-color css
<style>
span { border-color: #EDB154; }
span { border-color: rgb(237,177,84); }
td.TdClassName
{
border-color: #EDB154;
}
.TagClassName
{
border-color: #EDB154;
}
</style>