Shades of Casablanca #EDA951
Tints of Casablanca #EDA951
RGB
CMYK
RGB Variations
Color information
#EDA951 (or 0xEDA951) is known color: Casablanca. HEX triplet: ED, A9 and 51. RGB value is (237,169,81). Sum of RGB (Red+Green+Blue) = 237+169+81=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA951 is #1256AE. Grayscale: #B3B3B3. Windows color (decimal): -1201839 or 5351917. OLE color: 5351917.
HSL color Cylindrical-coordinate representation of color #EDA951: hue angle of 33.85º 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 #EDA951 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 81 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.07 |
| HSL | 33.85º | 0.81% | 0.62% | - |
| HSV(B) | 33.85º | 0.66% | 0.93% | - |
| XYZ | 50.6 | 46.97 | 14.18 | - |
| YUV | 179.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 81 | 0 | 0.29 | 0.66 | 0.07 | 33.85 | 0.81 | 0.62 |
| Hex | ED | A9 | 51 | 0 | 1D | 42 | 7 | 22 | 51 | 3E |
| Octal | 355 | 251 | 121 | 0 | 35 | 102 | 7 | 42 | 121 | 76 |
| Binary | 11101101 | 10101001 | 1010001 | 0 | 11101 | 1000010 | 111 | 100010 | 1010001 | 111110 |
Color Harmonies of #EDA951
Complementary color
Monochromatic Colors of #EDA951
Black with #EDA951
Text Example
Text Example
White with #EDA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA951; }
p { color: rgb(237,169,81); }
H1.HeaderClassName
{
color: #EDA951;
}
.AnyTagClassName
{
color: #EDA951;
}
</style>
background-color css
<style>
a { background-color: #EDA951; }
a { background-color: rgb(237,169,81); }
div.DivClassName
{
background-color: #EDA951;
}
.BgClassName
{
background-color: #EDA951;
}
</style>
border-color css
<style>
span { border-color: #EDA951; }
span { border-color: rgb(237,169,81); }
td.TdClassName
{
border-color: #EDA951;
}
.TagClassName
{
border-color: #EDA951;
}
</style>