Shades of Casablanca #EDB350
Tints of Casablanca #EDB350
RGB
CMYK
RGB Variations
Color information
#EDB350 (or 0xEDB350) is known color: Casablanca. HEX triplet: ED, B3 and 50. RGB value is (237,179,80). Sum of RGB (Red+Green+Blue) = 237+179+80=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB350 is #124CAF. Grayscale: #B9B9B9. Windows color (decimal): -1199280 or 5288941. OLE color: 5288941.
HSL color Cylindrical-coordinate representation of color #EDB350: hue angle of 37.83º 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 #EDB350 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 80 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 37.83º | 0.81% | 0.62% | - |
| HSV(B) | 37.83º | 0.66% | 0.93% | - |
| XYZ | 52.49 | 50.82 | 14.63 | - |
| YUV | 185.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 80 | 0 | 0.24 | 0.66 | 0.07 | 37.83 | 0.81 | 0.62 |
| Hex | ED | B3 | 50 | 0 | 18 | 42 | 7 | 26 | 51 | 3E |
| Octal | 355 | 263 | 120 | 0 | 30 | 102 | 7 | 46 | 121 | 76 |
| Binary | 11101101 | 10110011 | 1010000 | 0 | 11000 | 1000010 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #EDB350
Complementary color
Monochromatic Colors of #EDB350
Black with #EDB350
Text Example
Text Example
White with #EDB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB350; }
p { color: rgb(237,179,80); }
H1.HeaderClassName
{
color: #EDB350;
}
.AnyTagClassName
{
color: #EDB350;
}
</style>
background-color css
<style>
a { background-color: #EDB350; }
a { background-color: rgb(237,179,80); }
div.DivClassName
{
background-color: #EDB350;
}
.BgClassName
{
background-color: #EDB350;
}
</style>
border-color css
<style>
span { border-color: #EDB350; }
span { border-color: rgb(237,179,80); }
td.TdClassName
{
border-color: #EDB350;
}
.TagClassName
{
border-color: #EDB350;
}
</style>