Shades of Casablanca #EDB450
Tints of Casablanca #EDB450
RGB
CMYK
RGB Variations
Color information
#EDB450 (or 0xEDB450) is known color: Casablanca. HEX triplet: ED, B4 and 50. RGB value is (237,180,80). Sum of RGB (Red+Green+Blue) = 237+180+80=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB450 is #124BAF. Grayscale: #BABABA. Windows color (decimal): -1199024 or 5289197. OLE color: 5289197.
HSL color Cylindrical-coordinate representation of color #EDB450: hue angle of 38.22º 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 #EDB450 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 80 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 38.22º | 0.81% | 0.62% | - |
| HSV(B) | 38.22º | 0.66% | 0.93% | - |
| XYZ | 52.69 | 51.23 | 14.7 | - |
| YUV | 185.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 80 | 0 | 0.24 | 0.66 | 0.07 | 38.22 | 0.81 | 0.62 |
| Hex | ED | B4 | 50 | 0 | 18 | 42 | 7 | 26 | 51 | 3E |
| Octal | 355 | 264 | 120 | 0 | 30 | 102 | 7 | 46 | 121 | 76 |
| Binary | 11101101 | 10110100 | 1010000 | 0 | 11000 | 1000010 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #EDB450
Complementary color
Monochromatic Colors of #EDB450
Black with #EDB450
Text Example
Text Example
White with #EDB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB450; }
p { color: rgb(237,180,80); }
H1.HeaderClassName
{
color: #EDB450;
}
.AnyTagClassName
{
color: #EDB450;
}
</style>
background-color css
<style>
a { background-color: #EDB450; }
a { background-color: rgb(237,180,80); }
div.DivClassName
{
background-color: #EDB450;
}
.BgClassName
{
background-color: #EDB450;
}
</style>
border-color css
<style>
span { border-color: #EDB450; }
span { border-color: rgb(237,180,80); }
td.TdClassName
{
border-color: #EDB450;
}
.TagClassName
{
border-color: #EDB450;
}
</style>