Shades of Casablanca #EDA84D
Tints of Casablanca #EDA84D
RGB
CMYK
RGB Variations
Color information
#EDA84D (or 0xEDA84D) is known color: Casablanca. HEX triplet: ED, A8 and 4D. RGB value is (237,168,77). Sum of RGB (Red+Green+Blue) = 237+168+77=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA84D is #1257B2. Grayscale: #B2B2B2. Windows color (decimal): -1202099 or 5089517. OLE color: 5089517.
HSL color Cylindrical-coordinate representation of color #EDA84D: hue angle of 34.12º 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 #EDA84D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 77 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.07 |
| HSL | 34.13º | 0.82% | 0.62% | - |
| HSV(B) | 34.13º | 0.68% | 0.93% | - |
| XYZ | 50.27 | 46.55 | 13.36 | - |
| YUV | 178.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 77 | 0 | 0.29 | 0.68 | 0.07 | 34.13 | 0.82 | 0.62 |
| Hex | ED | A8 | 4D | 0 | 1D | 44 | 7 | 22 | 52 | 3E |
| Octal | 355 | 250 | 115 | 0 | 35 | 104 | 7 | 42 | 122 | 76 |
| Binary | 11101101 | 10101000 | 1001101 | 0 | 11101 | 1000100 | 111 | 100010 | 1010010 | 111110 |
Color Harmonies of #EDA84D
Complementary color
Monochromatic Colors of #EDA84D
Black with #EDA84D
Text Example
Text Example
White with #EDA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA84D; }
p { color: rgb(237,168,77); }
H1.HeaderClassName
{
color: #EDA84D;
}
.AnyTagClassName
{
color: #EDA84D;
}
</style>
background-color css
<style>
a { background-color: #EDA84D; }
a { background-color: rgb(237,168,77); }
div.DivClassName
{
background-color: #EDA84D;
}
.BgClassName
{
background-color: #EDA84D;
}
</style>
border-color css
<style>
span { border-color: #EDA84D; }
span { border-color: rgb(237,168,77); }
td.TdClassName
{
border-color: #EDA84D;
}
.TagClassName
{
border-color: #EDA84D;
}
</style>