Shades of Casablanca #EDA94E
Tints of Casablanca #EDA94E
RGB
CMYK
RGB Variations
Color information
#EDA94E (or 0xEDA94E) is known color: Casablanca. HEX triplet: ED, A9 and 4E. RGB value is (237,169,78). Sum of RGB (Red+Green+Blue) = 237+169+78=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA94E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA94E is #1256B1. Grayscale: #B3B3B3. Windows color (decimal): -1201842 or 5155309. OLE color: 5155309.
HSL color Cylindrical-coordinate representation of color #EDA94E: hue angle of 34.34º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDA94E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 78 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.07 |
| HSL | 34.34º | 0.82% | 0.62% | - |
| HSV(B) | 34.34º | 0.67% | 0.93% | - |
| XYZ | 50.49 | 46.93 | 13.61 | - |
| YUV | 178.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 78 | 0 | 0.29 | 0.67 | 0.07 | 34.34 | 0.82 | 0.62 |
| Hex | ED | A9 | 4E | 0 | 1D | 43 | 7 | 22 | 52 | 3E |
| Octal | 355 | 251 | 116 | 0 | 35 | 103 | 7 | 42 | 122 | 76 |
| Binary | 11101101 | 10101001 | 1001110 | 0 | 11101 | 1000011 | 111 | 100010 | 1010010 | 111110 |
Color Harmonies of #EDA94E
Complementary color
Monochromatic Colors of #EDA94E
Black with #EDA94E
Text Example
Text Example
White with #EDA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA94E; }
p { color: rgb(237,169,78); }
H1.HeaderClassName
{
color: #EDA94E;
}
.AnyTagClassName
{
color: #EDA94E;
}
</style>
background-color css
<style>
a { background-color: #EDA94E; }
a { background-color: rgb(237,169,78); }
div.DivClassName
{
background-color: #EDA94E;
}
.BgClassName
{
background-color: #EDA94E;
}
</style>
border-color css
<style>
span { border-color: #EDA94E; }
span { border-color: rgb(237,169,78); }
td.TdClassName
{
border-color: #EDA94E;
}
.TagClassName
{
border-color: #EDA94E;
}
</style>