Shades of Casablanca #EDA44D
Tints of Casablanca #EDA44D
RGB
CMYK
RGB Variations
Color information
#EDA44D (or 0xEDA44D) is known color: Casablanca. HEX triplet: ED, A4 and 4D. RGB value is (237,164,77). Sum of RGB (Red+Green+Blue) = 237+164+77=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA44D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA44D is #125BB2. Grayscale: #B0B0B0. Windows color (decimal): -1203123 or 5088493. OLE color: 5088493.
HSL color Cylindrical-coordinate representation of color #EDA44D: hue angle of 32.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA44D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 77 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.07 |
| HSL | 32.63º | 0.82% | 0.62% | - |
| HSV(B) | 32.63º | 0.68% | 0.93% | - |
| XYZ | 49.54 | 45.09 | 13.11 | - |
| YUV | 175.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 77 | 0 | 0.31 | 0.68 | 0.07 | 32.63 | 0.82 | 0.62 |
| Hex | ED | A4 | 4D | 0 | 1F | 44 | 7 | 21 | 52 | 3E |
| Octal | 355 | 244 | 115 | 0 | 37 | 104 | 7 | 41 | 122 | 76 |
| Binary | 11101101 | 10100100 | 1001101 | 0 | 11111 | 1000100 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EDA44D
Complementary color
Monochromatic Colors of #EDA44D
Black with #EDA44D
Text Example
Text Example
White with #EDA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA44D; }
p { color: rgb(237,164,77); }
H1.HeaderClassName
{
color: #EDA44D;
}
.AnyTagClassName
{
color: #EDA44D;
}
</style>
background-color css
<style>
a { background-color: #EDA44D; }
a { background-color: rgb(237,164,77); }
div.DivClassName
{
background-color: #EDA44D;
}
.BgClassName
{
background-color: #EDA44D;
}
</style>
border-color css
<style>
span { border-color: #EDA44D; }
span { border-color: rgb(237,164,77); }
td.TdClassName
{
border-color: #EDA44D;
}
.TagClassName
{
border-color: #EDA44D;
}
</style>