Shades of Casablanca #EDB05F
Tints of Casablanca #EDB05F
RGB
CMYK
RGB Variations
Color information
#EDB05F (or 0xEDB05F) is known color: Casablanca. HEX triplet: ED, B0 and 5F. RGB value is (237,176,95). Sum of RGB (Red+Green+Blue) = 237+176+95=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB05F is #124FA0. Grayscale: #B9B9B9. Windows color (decimal): -1200033 or 6271213. OLE color: 6271213.
HSL color Cylindrical-coordinate representation of color #EDB05F: hue angle of 34.23º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDB05F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 95 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.07 |
| HSL | 34.23º | 0.8% | 0.65% | - |
| HSV(B) | 34.23º | 0.6% | 0.93% | - |
| XYZ | 52.52 | 49.88 | 17.69 | - |
| YUV | 185.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 95 | 0 | 0.26 | 0.60 | 0.07 | 34.23 | 0.8 | 0.65 |
| Hex | ED | B0 | 5F | 0 | 1A | 3C | 7 | 22 | 50 | 41 |
| Octal | 355 | 260 | 137 | 0 | 32 | 74 | 7 | 42 | 120 | 101 |
| Binary | 11101101 | 10110000 | 1011111 | 0 | 11010 | 111100 | 111 | 100010 | 1010000 | 1000001 |
Color Harmonies of #EDB05F
Complementary color
Monochromatic Colors of #EDB05F
Black with #EDB05F
Text Example
Text Example
White with #EDB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB05F; }
p { color: rgb(237,176,95); }
H1.HeaderClassName
{
color: #EDB05F;
}
.AnyTagClassName
{
color: #EDB05F;
}
</style>
background-color css
<style>
a { background-color: #EDB05F; }
a { background-color: rgb(237,176,95); }
div.DivClassName
{
background-color: #EDB05F;
}
.BgClassName
{
background-color: #EDB05F;
}
</style>
border-color css
<style>
span { border-color: #EDB05F; }
span { border-color: rgb(237,176,95); }
td.TdClassName
{
border-color: #EDB05F;
}
.TagClassName
{
border-color: #EDB05F;
}
</style>