Shades of Casablanca #EDB458
Tints of Casablanca #EDB458
RGB
CMYK
RGB Variations
Color information
#EDB458 (or 0xEDB458) is known color: Casablanca. HEX triplet: ED, B4 and 58. RGB value is (237,180,88). Sum of RGB (Red+Green+Blue) = 237+180+88=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB458 is #124BA7. Grayscale: #BABABA. Windows color (decimal): -1199016 or 5813485. OLE color: 5813485.
HSL color Cylindrical-coordinate representation of color #EDB458: hue angle of 37.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDB458 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 88 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.07 |
| HSL | 37.05º | 0.81% | 0.64% | - |
| HSV(B) | 37.05º | 0.63% | 0.93% | - |
| XYZ | 53.01 | 51.35 | 16.35 | - |
| YUV | 186.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 88 | 0 | 0.24 | 0.63 | 0.07 | 37.05 | 0.81 | 0.64 |
| Hex | ED | B4 | 58 | 0 | 18 | 3F | 7 | 25 | 51 | 40 |
| Octal | 355 | 264 | 130 | 0 | 30 | 77 | 7 | 45 | 121 | 100 |
| Binary | 11101101 | 10110100 | 1011000 | 0 | 11000 | 111111 | 111 | 100101 | 1010001 | 1000000 |
Color Harmonies of #EDB458
Complementary color
Monochromatic Colors of #EDB458
Black with #EDB458
Text Example
Text Example
White with #EDB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB458; }
p { color: rgb(237,180,88); }
H1.HeaderClassName
{
color: #EDB458;
}
.AnyTagClassName
{
color: #EDB458;
}
</style>
background-color css
<style>
a { background-color: #EDB458; }
a { background-color: rgb(237,180,88); }
div.DivClassName
{
background-color: #EDB458;
}
.BgClassName
{
background-color: #EDB458;
}
</style>
border-color css
<style>
span { border-color: #EDB458; }
span { border-color: rgb(237,180,88); }
td.TdClassName
{
border-color: #EDB458;
}
.TagClassName
{
border-color: #EDB458;
}
</style>