Shades of Casablanca #EDB047
Tints of Casablanca #EDB047
RGB
CMYK
RGB Variations
Color information
#EDB047 (or 0xEDB047) is known color: Casablanca. HEX triplet: ED, B0 and 47. RGB value is (237,176,71). Sum of RGB (Red+Green+Blue) = 237+176+71=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB047 is #124FB8. Grayscale: #B6B6B6. Windows color (decimal): -1200057 or 4698349. OLE color: 4698349.
HSL color Cylindrical-coordinate representation of color #EDB047: hue angle of 37.95º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB047 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 71 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.07 |
| HSL | 37.95º | 0.82% | 0.6% | - |
| HSV(B) | 37.95º | 0.7% | 0.93% | - |
| XYZ | 51.59 | 49.51 | 12.8 | - |
| YUV | 182.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 71 | 0 | 0.26 | 0.70 | 0.07 | 37.95 | 0.82 | 0.6 |
| Hex | ED | B0 | 47 | 0 | 1A | 46 | 7 | 26 | 52 | 3C |
| Octal | 355 | 260 | 107 | 0 | 32 | 106 | 7 | 46 | 122 | 74 |
| Binary | 11101101 | 10110000 | 1000111 | 0 | 11010 | 1000110 | 111 | 100110 | 1010010 | 111100 |
Color Harmonies of #EDB047
Complementary color
Monochromatic Colors of #EDB047
Black with #EDB047
Text Example
Text Example
White with #EDB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB047; }
p { color: rgb(237,176,71); }
H1.HeaderClassName
{
color: #EDB047;
}
.AnyTagClassName
{
color: #EDB047;
}
</style>
background-color css
<style>
a { background-color: #EDB047; }
a { background-color: rgb(237,176,71); }
div.DivClassName
{
background-color: #EDB047;
}
.BgClassName
{
background-color: #EDB047;
}
</style>
border-color css
<style>
span { border-color: #EDB047; }
span { border-color: rgb(237,176,71); }
td.TdClassName
{
border-color: #EDB047;
}
.TagClassName
{
border-color: #EDB047;
}
</style>