Shades of Casablanca #EDB55C
Tints of Casablanca #EDB55C
RGB
CMYK
RGB Variations
Color information
#EDB55C (or 0xEDB55C) is known color: Casablanca. HEX triplet: ED, B5 and 5C. RGB value is (237,181,92). Sum of RGB (Red+Green+Blue) = 237+181+92=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB55C is #124AA3. Grayscale: #BCBCBC. Windows color (decimal): -1198756 or 6075885. OLE color: 6075885.
HSL color Cylindrical-coordinate representation of color #EDB55C: hue angle of 36.83º 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 #EDB55C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 92 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.83º | 0.8% | 0.65% | - |
| HSV(B) | 36.83º | 0.61% | 0.93% | - |
| XYZ | 53.38 | 51.82 | 17.31 | - |
| YUV | 187.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 92 | 0 | 0.24 | 0.61 | 0.07 | 36.83 | 0.8 | 0.65 |
| Hex | ED | B5 | 5C | 0 | 18 | 3D | 7 | 25 | 50 | 41 |
| Octal | 355 | 265 | 134 | 0 | 30 | 75 | 7 | 45 | 120 | 101 |
| Binary | 11101101 | 10110101 | 1011100 | 0 | 11000 | 111101 | 111 | 100101 | 1010000 | 1000001 |
Color Harmonies of #EDB55C
Complementary color
Monochromatic Colors of #EDB55C
Black with #EDB55C
Text Example
Text Example
White with #EDB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB55C; }
p { color: rgb(237,181,92); }
H1.HeaderClassName
{
color: #EDB55C;
}
.AnyTagClassName
{
color: #EDB55C;
}
</style>
background-color css
<style>
a { background-color: #EDB55C; }
a { background-color: rgb(237,181,92); }
div.DivClassName
{
background-color: #EDB55C;
}
.BgClassName
{
background-color: #EDB55C;
}
</style>
border-color css
<style>
span { border-color: #EDB55C; }
span { border-color: rgb(237,181,92); }
td.TdClassName
{
border-color: #EDB55C;
}
.TagClassName
{
border-color: #EDB55C;
}
</style>