Shades of Casablanca #EDA651
Tints of Casablanca #EDA651
RGB
CMYK
RGB Variations
Color information
#EDA651 (or 0xEDA651) is known color: Casablanca. HEX triplet: ED, A6 and 51. RGB value is (237,166,81). Sum of RGB (Red+Green+Blue) = 237+166+81=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA651 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA651 is #1259AE. Grayscale: #B1B1B1. Windows color (decimal): -1202607 or 5351149. OLE color: 5351149.
HSL color Cylindrical-coordinate representation of color #EDA651: hue angle of 32.69º 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 #EDA651 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 81 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.07 |
| HSL | 32.69º | 0.81% | 0.62% | - |
| HSV(B) | 32.69º | 0.66% | 0.93% | - |
| XYZ | 50.05 | 45.87 | 14 | - |
| YUV | 177.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 81 | 0 | 0.30 | 0.66 | 0.07 | 32.69 | 0.81 | 0.62 |
| Hex | ED | A6 | 51 | 0 | 1E | 42 | 7 | 21 | 51 | 3E |
| Octal | 355 | 246 | 121 | 0 | 36 | 102 | 7 | 41 | 121 | 76 |
| Binary | 11101101 | 10100110 | 1010001 | 0 | 11110 | 1000010 | 111 | 100001 | 1010001 | 111110 |
Color Harmonies of #EDA651
Complementary color
Monochromatic Colors of #EDA651
Black with #EDA651
Text Example
Text Example
White with #EDA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA651; }
p { color: rgb(237,166,81); }
H1.HeaderClassName
{
color: #EDA651;
}
.AnyTagClassName
{
color: #EDA651;
}
</style>
background-color css
<style>
a { background-color: #EDA651; }
a { background-color: rgb(237,166,81); }
div.DivClassName
{
background-color: #EDA651;
}
.BgClassName
{
background-color: #EDA651;
}
</style>
border-color css
<style>
span { border-color: #EDA651; }
span { border-color: rgb(237,166,81); }
td.TdClassName
{
border-color: #EDA651;
}
.TagClassName
{
border-color: #EDA651;
}
</style>