Shades of Casablanca #EDB051
Tints of Casablanca #EDB051
RGB
CMYK
RGB Variations
Color information
#EDB051 (or 0xEDB051) is known color: Casablanca. HEX triplet: ED, B0 and 51. RGB value is (237,176,81). Sum of RGB (Red+Green+Blue) = 237+176+81=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB051 is #124FAE. Grayscale: #B7B7B7. Windows color (decimal): -1200047 or 5353709. OLE color: 5353709.
HSL color Cylindrical-coordinate representation of color #EDB051: hue angle of 36.54º 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 #EDB051 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 81 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.07 |
| HSL | 36.54º | 0.81% | 0.62% | - |
| HSV(B) | 36.54º | 0.66% | 0.93% | - |
| XYZ | 51.94 | 49.65 | 14.63 | - |
| YUV | 183.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 81 | 0 | 0.26 | 0.66 | 0.07 | 36.54 | 0.81 | 0.62 |
| Hex | ED | B0 | 51 | 0 | 1A | 42 | 7 | 25 | 51 | 3E |
| Octal | 355 | 260 | 121 | 0 | 32 | 102 | 7 | 45 | 121 | 76 |
| Binary | 11101101 | 10110000 | 1010001 | 0 | 11010 | 1000010 | 111 | 100101 | 1010001 | 111110 |
Color Harmonies of #EDB051
Complementary color
Monochromatic Colors of #EDB051
Black with #EDB051
Text Example
Text Example
White with #EDB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB051; }
p { color: rgb(237,176,81); }
H1.HeaderClassName
{
color: #EDB051;
}
.AnyTagClassName
{
color: #EDB051;
}
</style>
background-color css
<style>
a { background-color: #EDB051; }
a { background-color: rgb(237,176,81); }
div.DivClassName
{
background-color: #EDB051;
}
.BgClassName
{
background-color: #EDB051;
}
</style>
border-color css
<style>
span { border-color: #EDB051; }
span { border-color: rgb(237,176,81); }
td.TdClassName
{
border-color: #EDB051;
}
.TagClassName
{
border-color: #EDB051;
}
</style>