Shades of Casablanca #EDB351
Tints of Casablanca #EDB351
RGB
CMYK
RGB Variations
Color information
#EDB351 (or 0xEDB351) is known color: Casablanca. HEX triplet: ED, B3 and 51. RGB value is (237,179,81). Sum of RGB (Red+Green+Blue) = 237+179+81=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB351 is #124CAE. Grayscale: #B9B9B9. Windows color (decimal): -1199279 or 5354477. OLE color: 5354477.
HSL color Cylindrical-coordinate representation of color #EDB351: hue angle of 37.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDB351 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 81 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 37.69º | 0.81% | 0.62% | - |
| HSV(B) | 37.69º | 0.66% | 0.93% | - |
| XYZ | 52.53 | 50.84 | 14.83 | - |
| YUV | 185.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 81 | 0 | 0.24 | 0.66 | 0.07 | 37.69 | 0.81 | 0.62 |
| Hex | ED | B3 | 51 | 0 | 18 | 42 | 7 | 26 | 51 | 3E |
| Octal | 355 | 263 | 121 | 0 | 30 | 102 | 7 | 46 | 121 | 76 |
| Binary | 11101101 | 10110011 | 1010001 | 0 | 11000 | 1000010 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #EDB351
Complementary color
Monochromatic Colors of #EDB351
Black with #EDB351
Text Example
Text Example
White with #EDB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB351; }
p { color: rgb(237,179,81); }
H1.HeaderClassName
{
color: #EDB351;
}
.AnyTagClassName
{
color: #EDB351;
}
</style>
background-color css
<style>
a { background-color: #EDB351; }
a { background-color: rgb(237,179,81); }
div.DivClassName
{
background-color: #EDB351;
}
.BgClassName
{
background-color: #EDB351;
}
</style>
border-color css
<style>
span { border-color: #EDB351; }
span { border-color: rgb(237,179,81); }
td.TdClassName
{
border-color: #EDB351;
}
.TagClassName
{
border-color: #EDB351;
}
</style>