Shades of Casablanca #EDB55B
Tints of Casablanca #EDB55B
RGB
CMYK
RGB Variations
Color information
#EDB55B (or 0xEDB55B) is known color: Casablanca. HEX triplet: ED, B5 and 5B. RGB value is (237,181,91). Sum of RGB (Red+Green+Blue) = 237+181+91=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB55B is #124AA4. Grayscale: #BBBBBB. Windows color (decimal): -1198757 or 6010349. OLE color: 6010349.
HSL color Cylindrical-coordinate representation of color #EDB55B: hue angle of 36.99º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDB55B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 91 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 36.99º | 0.8% | 0.64% | - |
| HSV(B) | 36.99º | 0.62% | 0.93% | - |
| XYZ | 53.34 | 51.81 | 17.09 | - |
| YUV | 187.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 91 | 0 | 0.24 | 0.62 | 0.07 | 36.99 | 0.8 | 0.64 |
| Hex | ED | B5 | 5B | 0 | 18 | 3E | 7 | 25 | 50 | 40 |
| Octal | 355 | 265 | 133 | 0 | 30 | 76 | 7 | 45 | 120 | 100 |
| Binary | 11101101 | 10110101 | 1011011 | 0 | 11000 | 111110 | 111 | 100101 | 1010000 | 1000000 |
Color Harmonies of #EDB55B
Complementary color
Monochromatic Colors of #EDB55B
Black with #EDB55B
Text Example
Text Example
White with #EDB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB55B; }
p { color: rgb(237,181,91); }
H1.HeaderClassName
{
color: #EDB55B;
}
.AnyTagClassName
{
color: #EDB55B;
}
</style>
background-color css
<style>
a { background-color: #EDB55B; }
a { background-color: rgb(237,181,91); }
div.DivClassName
{
background-color: #EDB55B;
}
.BgClassName
{
background-color: #EDB55B;
}
</style>
border-color css
<style>
span { border-color: #EDB55B; }
span { border-color: rgb(237,181,91); }
td.TdClassName
{
border-color: #EDB55B;
}
.TagClassName
{
border-color: #EDB55B;
}
</style>