Shades of Casablanca #EDA64F
Tints of Casablanca #EDA64F
RGB
CMYK
RGB Variations
Color information
#EDA64F (or 0xEDA64F) is known color: Casablanca. HEX triplet: ED, A6 and 4F. RGB value is (237,166,79). Sum of RGB (Red+Green+Blue) = 237+166+79=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA64F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA64F is #1259B0. Grayscale: #B1B1B1. Windows color (decimal): -1202609 or 5220077. OLE color: 5220077.
HSL color Cylindrical-coordinate representation of color #EDA64F: hue angle of 33.04º degrees, saturation: 0.81, 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 #EDA64F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 79 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.07 |
| HSL | 33.04º | 0.81% | 0.62% | - |
| HSV(B) | 33.04º | 0.67% | 0.93% | - |
| XYZ | 49.97 | 45.84 | 13.61 | - |
| YUV | 177.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 79 | 0 | 0.30 | 0.67 | 0.07 | 33.04 | 0.81 | 0.62 |
| Hex | ED | A6 | 4F | 0 | 1E | 43 | 7 | 21 | 51 | 3E |
| Octal | 355 | 246 | 117 | 0 | 36 | 103 | 7 | 41 | 121 | 76 |
| Binary | 11101101 | 10100110 | 1001111 | 0 | 11110 | 1000011 | 111 | 100001 | 1010001 | 111110 |
Color Harmonies of #EDA64F
Complementary color
Monochromatic Colors of #EDA64F
Black with #EDA64F
Text Example
Text Example
White with #EDA64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA64F; }
p { color: rgb(237,166,79); }
H1.HeaderClassName
{
color: #EDA64F;
}
.AnyTagClassName
{
color: #EDA64F;
}
</style>
background-color css
<style>
a { background-color: #EDA64F; }
a { background-color: rgb(237,166,79); }
div.DivClassName
{
background-color: #EDA64F;
}
.BgClassName
{
background-color: #EDA64F;
}
</style>
border-color css
<style>
span { border-color: #EDA64F; }
span { border-color: rgb(237,166,79); }
td.TdClassName
{
border-color: #EDA64F;
}
.TagClassName
{
border-color: #EDA64F;
}
</style>