Shades of Casablanca #EDA64A
Tints of Casablanca #EDA64A
RGB
CMYK
RGB Variations
Color information
#EDA64A (or 0xEDA64A) is known color: Casablanca. HEX triplet: ED, A6 and 4A. RGB value is (237,166,74). Sum of RGB (Red+Green+Blue) = 237+166+74=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA64A is #1259B5. Grayscale: #B1B1B1. Windows color (decimal): -1202614 or 4892397. OLE color: 4892397.
HSL color Cylindrical-coordinate representation of color #EDA64A: hue angle of 33.87º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDA64A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 74 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.07 |
| HSL | 33.87º | 0.82% | 0.61% | - |
| HSV(B) | 33.87º | 0.69% | 0.93% | - |
| XYZ | 49.8 | 45.77 | 12.69 | - |
| YUV | 176.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 74 | 0 | 0.30 | 0.69 | 0.07 | 33.87 | 0.82 | 0.61 |
| Hex | ED | A6 | 4A | 0 | 1E | 45 | 7 | 22 | 52 | 3D |
| Octal | 355 | 246 | 112 | 0 | 36 | 105 | 7 | 42 | 122 | 75 |
| Binary | 11101101 | 10100110 | 1001010 | 0 | 11110 | 1000101 | 111 | 100010 | 1010010 | 111101 |
Color Harmonies of #EDA64A
Complementary color
Monochromatic Colors of #EDA64A
Black with #EDA64A
Text Example
Text Example
White with #EDA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA64A; }
p { color: rgb(237,166,74); }
H1.HeaderClassName
{
color: #EDA64A;
}
.AnyTagClassName
{
color: #EDA64A;
}
</style>
background-color css
<style>
a { background-color: #EDA64A; }
a { background-color: rgb(237,166,74); }
div.DivClassName
{
background-color: #EDA64A;
}
.BgClassName
{
background-color: #EDA64A;
}
</style>
border-color css
<style>
span { border-color: #EDA64A; }
span { border-color: rgb(237,166,74); }
td.TdClassName
{
border-color: #EDA64A;
}
.TagClassName
{
border-color: #EDA64A;
}
</style>