Shades of Casablanca #EDB451
Tints of Casablanca #EDB451
RGB
CMYK
RGB Variations
Color information
#EDB451 (or 0xEDB451) is known color: Casablanca. HEX triplet: ED, B4 and 51. RGB value is (237,180,81). Sum of RGB (Red+Green+Blue) = 237+180+81=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB451 is #124BAE. Grayscale: #BABABA. Windows color (decimal): -1199023 or 5354733. OLE color: 5354733.
HSL color Cylindrical-coordinate representation of color #EDB451: hue angle of 38.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDB451 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 81 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 38.08º | 0.81% | 0.62% | - |
| HSV(B) | 38.08º | 0.66% | 0.93% | - |
| XYZ | 52.73 | 51.24 | 14.9 | - |
| YUV | 185.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 81 | 0 | 0.24 | 0.66 | 0.07 | 38.08 | 0.81 | 0.62 |
| Hex | ED | B4 | 51 | 0 | 18 | 42 | 7 | 26 | 51 | 3E |
| Octal | 355 | 264 | 121 | 0 | 30 | 102 | 7 | 46 | 121 | 76 |
| Binary | 11101101 | 10110100 | 1010001 | 0 | 11000 | 1000010 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #EDB451
Complementary color
Monochromatic Colors of #EDB451
Black with #EDB451
Text Example
Text Example
White with #EDB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB451; }
p { color: rgb(237,180,81); }
H1.HeaderClassName
{
color: #EDB451;
}
.AnyTagClassName
{
color: #EDB451;
}
</style>
background-color css
<style>
a { background-color: #EDB451; }
a { background-color: rgb(237,180,81); }
div.DivClassName
{
background-color: #EDB451;
}
.BgClassName
{
background-color: #EDB451;
}
</style>
border-color css
<style>
span { border-color: #EDB451; }
span { border-color: rgb(237,180,81); }
td.TdClassName
{
border-color: #EDB451;
}
.TagClassName
{
border-color: #EDB451;
}
</style>