Shades of Casablanca #EDB45A
Tints of Casablanca #EDB45A
RGB
CMYK
RGB Variations
Color information
#EDB45A (or 0xEDB45A) is known color: Casablanca. HEX triplet: ED, B4 and 5A. RGB value is (237,180,90). Sum of RGB (Red+Green+Blue) = 237+180+90=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB45A is #124BA5. Grayscale: #BBBBBB. Windows color (decimal): -1199014 or 5944557. OLE color: 5944557.
HSL color Cylindrical-coordinate representation of color #EDB45A: hue angle of 36.73º 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 #EDB45A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 36.73º | 0.8% | 0.64% | - |
| HSV(B) | 36.73º | 0.62% | 0.93% | - |
| XYZ | 53.09 | 51.39 | 16.79 | - |
| YUV | 186.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 90 | 0 | 0.24 | 0.62 | 0.07 | 36.73 | 0.8 | 0.64 |
| Hex | ED | B4 | 5A | 0 | 18 | 3E | 7 | 25 | 50 | 40 |
| Octal | 355 | 264 | 132 | 0 | 30 | 76 | 7 | 45 | 120 | 100 |
| Binary | 11101101 | 10110100 | 1011010 | 0 | 11000 | 111110 | 111 | 100101 | 1010000 | 1000000 |
Color Harmonies of #EDB45A
Complementary color
Monochromatic Colors of #EDB45A
Black with #EDB45A
Text Example
Text Example
White with #EDB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB45A; }
p { color: rgb(237,180,90); }
H1.HeaderClassName
{
color: #EDB45A;
}
.AnyTagClassName
{
color: #EDB45A;
}
</style>
background-color css
<style>
a { background-color: #EDB45A; }
a { background-color: rgb(237,180,90); }
div.DivClassName
{
background-color: #EDB45A;
}
.BgClassName
{
background-color: #EDB45A;
}
</style>
border-color css
<style>
span { border-color: #EDB45A; }
span { border-color: rgb(237,180,90); }
td.TdClassName
{
border-color: #EDB45A;
}
.TagClassName
{
border-color: #EDB45A;
}
</style>