Shades of Casablanca #EDA84C
Tints of Casablanca #EDA84C
RGB
CMYK
RGB Variations
Color information
#EDA84C (or 0xEDA84C) is known color: Casablanca. HEX triplet: ED, A8 and 4C. RGB value is (237,168,76). Sum of RGB (Red+Green+Blue) = 237+168+76=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA84C is #1257B3. Grayscale: #B2B2B2. Windows color (decimal): -1202100 or 5023981. OLE color: 5023981.
HSL color Cylindrical-coordinate representation of color #EDA84C: hue angle of 34.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA84C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 76 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.07 |
| HSL | 34.29º | 0.82% | 0.61% | - |
| HSV(B) | 34.29º | 0.68% | 0.93% | - |
| XYZ | 50.23 | 46.53 | 13.17 | - |
| YUV | 178.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 76 | 0 | 0.29 | 0.68 | 0.07 | 34.29 | 0.82 | 0.61 |
| Hex | ED | A8 | 4C | 0 | 1D | 44 | 7 | 22 | 52 | 3D |
| Octal | 355 | 250 | 114 | 0 | 35 | 104 | 7 | 42 | 122 | 75 |
| Binary | 11101101 | 10101000 | 1001100 | 0 | 11101 | 1000100 | 111 | 100010 | 1010010 | 111101 |
Color Harmonies of #EDA84C
Complementary color
Monochromatic Colors of #EDA84C
Black with #EDA84C
Text Example
Text Example
White with #EDA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA84C; }
p { color: rgb(237,168,76); }
H1.HeaderClassName
{
color: #EDA84C;
}
.AnyTagClassName
{
color: #EDA84C;
}
</style>
background-color css
<style>
a { background-color: #EDA84C; }
a { background-color: rgb(237,168,76); }
div.DivClassName
{
background-color: #EDA84C;
}
.BgClassName
{
background-color: #EDA84C;
}
</style>
border-color css
<style>
span { border-color: #EDA84C; }
span { border-color: rgb(237,168,76); }
td.TdClassName
{
border-color: #EDA84C;
}
.TagClassName
{
border-color: #EDA84C;
}
</style>