Shades of Casablanca #EDB046
Tints of Casablanca #EDB046
RGB
CMYK
RGB Variations
Color information
#EDB046 (or 0xEDB046) is known color: Casablanca. HEX triplet: ED, B0 and 46. RGB value is (237,176,70). Sum of RGB (Red+Green+Blue) = 237+176+70=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB046 is #124FB9. Grayscale: #B6B6B6. Windows color (decimal): -1200058 or 4632813. OLE color: 4632813.
HSL color Cylindrical-coordinate representation of color #EDB046: hue angle of 38.08º 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 #EDB046 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 70 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.07 |
| HSL | 38.08º | 0.82% | 0.6% | - |
| HSV(B) | 38.08º | 0.7% | 0.93% | - |
| XYZ | 51.56 | 49.5 | 12.63 | - |
| YUV | 182.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 70 | 0 | 0.26 | 0.70 | 0.07 | 38.08 | 0.82 | 0.6 |
| Hex | ED | B0 | 46 | 0 | 1A | 46 | 7 | 26 | 52 | 3C |
| Octal | 355 | 260 | 106 | 0 | 32 | 106 | 7 | 46 | 122 | 74 |
| Binary | 11101101 | 10110000 | 1000110 | 0 | 11010 | 1000110 | 111 | 100110 | 1010010 | 111100 |
Color Harmonies of #EDB046
Complementary color
Monochromatic Colors of #EDB046
Black with #EDB046
Text Example
Text Example
White with #EDB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB046; }
p { color: rgb(237,176,70); }
H1.HeaderClassName
{
color: #EDB046;
}
.AnyTagClassName
{
color: #EDB046;
}
</style>
background-color css
<style>
a { background-color: #EDB046; }
a { background-color: rgb(237,176,70); }
div.DivClassName
{
background-color: #EDB046;
}
.BgClassName
{
background-color: #EDB046;
}
</style>
border-color css
<style>
span { border-color: #EDB046; }
span { border-color: rgb(237,176,70); }
td.TdClassName
{
border-color: #EDB046;
}
.TagClassName
{
border-color: #EDB046;
}
</style>