Shades of Casablanca #EDB150
Tints of Casablanca #EDB150
RGB
CMYK
RGB Variations
Color information
#EDB150 (or 0xEDB150) is known color: Casablanca. HEX triplet: ED, B1 and 50. RGB value is (237,177,80). Sum of RGB (Red+Green+Blue) = 237+177+80=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB150 is #124EAF. Grayscale: #B8B8B8. Windows color (decimal): -1199792 or 5288429. OLE color: 5288429.
HSL color Cylindrical-coordinate representation of color #EDB150: hue angle of 37.07º 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 #EDB150 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 80 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.07 |
| HSL | 37.07º | 0.81% | 0.62% | - |
| HSV(B) | 37.07º | 0.66% | 0.93% | - |
| XYZ | 52.1 | 50.03 | 14.5 | - |
| YUV | 183.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 80 | 0 | 0.25 | 0.66 | 0.07 | 37.07 | 0.81 | 0.62 |
| Hex | ED | B1 | 50 | 0 | 19 | 42 | 7 | 25 | 51 | 3E |
| Octal | 355 | 261 | 120 | 0 | 31 | 102 | 7 | 45 | 121 | 76 |
| Binary | 11101101 | 10110001 | 1010000 | 0 | 11001 | 1000010 | 111 | 100101 | 1010001 | 111110 |
Color Harmonies of #EDB150
Complementary color
Monochromatic Colors of #EDB150
Black with #EDB150
Text Example
Text Example
White with #EDB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB150; }
p { color: rgb(237,177,80); }
H1.HeaderClassName
{
color: #EDB150;
}
.AnyTagClassName
{
color: #EDB150;
}
</style>
background-color css
<style>
a { background-color: #EDB150; }
a { background-color: rgb(237,177,80); }
div.DivClassName
{
background-color: #EDB150;
}
.BgClassName
{
background-color: #EDB150;
}
</style>
border-color css
<style>
span { border-color: #EDB150; }
span { border-color: rgb(237,177,80); }
td.TdClassName
{
border-color: #EDB150;
}
.TagClassName
{
border-color: #EDB150;
}
</style>