Shades of Casablanca #EDA64E
Tints of Casablanca #EDA64E
RGB
CMYK
RGB Variations
Color information
#EDA64E (or 0xEDA64E) is known color: Casablanca. HEX triplet: ED, A6 and 4E. RGB value is (237,166,78). Sum of RGB (Red+Green+Blue) = 237+166+78=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA64E is #1259B1. Grayscale: #B1B1B1. Windows color (decimal): -1202610 or 5154541. OLE color: 5154541.
HSL color Cylindrical-coordinate representation of color #EDA64E: hue angle of 33.21º 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 #EDA64E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 78 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.07 |
| HSL | 33.21º | 0.82% | 0.62% | - |
| HSV(B) | 33.21º | 0.67% | 0.93% | - |
| XYZ | 49.94 | 45.83 | 13.42 | - |
| YUV | 177.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 78 | 0 | 0.30 | 0.67 | 0.07 | 33.21 | 0.82 | 0.62 |
| Hex | ED | A6 | 4E | 0 | 1E | 43 | 7 | 21 | 52 | 3E |
| Octal | 355 | 246 | 116 | 0 | 36 | 103 | 7 | 41 | 122 | 76 |
| Binary | 11101101 | 10100110 | 1001110 | 0 | 11110 | 1000011 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EDA64E
Complementary color
Monochromatic Colors of #EDA64E
Black with #EDA64E
Text Example
Text Example
White with #EDA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA64E; }
p { color: rgb(237,166,78); }
H1.HeaderClassName
{
color: #EDA64E;
}
.AnyTagClassName
{
color: #EDA64E;
}
</style>
background-color css
<style>
a { background-color: #EDA64E; }
a { background-color: rgb(237,166,78); }
div.DivClassName
{
background-color: #EDA64E;
}
.BgClassName
{
background-color: #EDA64E;
}
</style>
border-color css
<style>
span { border-color: #EDA64E; }
span { border-color: rgb(237,166,78); }
td.TdClassName
{
border-color: #EDA64E;
}
.TagClassName
{
border-color: #EDA64E;
}
</style>