Shades of Casablanca #EDB05D
Tints of Casablanca #EDB05D
RGB
CMYK
RGB Variations
Color information
#EDB05D (or 0xEDB05D) is known color: Casablanca. HEX triplet: ED, B0 and 5D. RGB value is (237,176,93). Sum of RGB (Red+Green+Blue) = 237+176+93=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB05D is #124FA2. Grayscale: #B9B9B9. Windows color (decimal): -1200035 or 6140141. OLE color: 6140141.
HSL color Cylindrical-coordinate representation of color #EDB05D: hue angle of 34.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDB05D is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 93 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.07 |
| HSL | 34.58º | 0.8% | 0.65% | - |
| HSV(B) | 34.58º | 0.61% | 0.93% | - |
| XYZ | 52.43 | 49.85 | 17.21 | - |
| YUV | 184.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 93 | 0 | 0.26 | 0.61 | 0.07 | 34.58 | 0.8 | 0.65 |
| Hex | ED | B0 | 5D | 0 | 1A | 3D | 7 | 23 | 50 | 41 |
| Octal | 355 | 260 | 135 | 0 | 32 | 75 | 7 | 43 | 120 | 101 |
| Binary | 11101101 | 10110000 | 1011101 | 0 | 11010 | 111101 | 111 | 100011 | 1010000 | 1000001 |
Color Harmonies of #EDB05D
Complementary color
Monochromatic Colors of #EDB05D
Black with #EDB05D
Text Example
Text Example
White with #EDB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB05D; }
p { color: rgb(237,176,93); }
H1.HeaderClassName
{
color: #EDB05D;
}
.AnyTagClassName
{
color: #EDB05D;
}
</style>
background-color css
<style>
a { background-color: #EDB05D; }
a { background-color: rgb(237,176,93); }
div.DivClassName
{
background-color: #EDB05D;
}
.BgClassName
{
background-color: #EDB05D;
}
</style>
border-color css
<style>
span { border-color: #EDB05D; }
span { border-color: rgb(237,176,93); }
td.TdClassName
{
border-color: #EDB05D;
}
.TagClassName
{
border-color: #EDB05D;
}
</style>