Shades of Casablanca #EDA64D
Tints of Casablanca #EDA64D
RGB
CMYK
RGB Variations
Color information
#EDA64D (or 0xEDA64D) is known color: Casablanca. HEX triplet: ED, A6 and 4D. RGB value is (237,166,77). Sum of RGB (Red+Green+Blue) = 237+166+77=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA64D is #1259B2. Grayscale: #B1B1B1. Windows color (decimal): -1202611 or 5089005. OLE color: 5089005.
HSL color Cylindrical-coordinate representation of color #EDA64D: hue angle of 33.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA64D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.38º | 0.82% | 0.62% | - |
| HSV(B) | 33.38º | 0.68% | 0.93% | - |
| XYZ | 49.9 | 45.81 | 13.23 | - |
| YUV | 177.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 77 | 0 | 0.30 | 0.68 | 0.07 | 33.38 | 0.82 | 0.62 |
| Hex | ED | A6 | 4D | 0 | 1E | 44 | 7 | 21 | 52 | 3E |
| Octal | 355 | 246 | 115 | 0 | 36 | 104 | 7 | 41 | 122 | 76 |
| Binary | 11101101 | 10100110 | 1001101 | 0 | 11110 | 1000100 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EDA64D
Complementary color
Monochromatic Colors of #EDA64D
Black with #EDA64D
Text Example
Text Example
White with #EDA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA64D; }
p { color: rgb(237,166,77); }
H1.HeaderClassName
{
color: #EDA64D;
}
.AnyTagClassName
{
color: #EDA64D;
}
</style>
background-color css
<style>
a { background-color: #EDA64D; }
a { background-color: rgb(237,166,77); }
div.DivClassName
{
background-color: #EDA64D;
}
.BgClassName
{
background-color: #EDA64D;
}
</style>
border-color css
<style>
span { border-color: #EDA64D; }
span { border-color: rgb(237,166,77); }
td.TdClassName
{
border-color: #EDA64D;
}
.TagClassName
{
border-color: #EDA64D;
}
</style>