Shades of Casablanca #EDA44E
Tints of Casablanca #EDA44E
RGB
CMYK
RGB Variations
Color information
#EDA44E (or 0xEDA44E) is known color: Casablanca. HEX triplet: ED, A4 and 4E. RGB value is (237,164,78). Sum of RGB (Red+Green+Blue) = 237+164+78=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA44E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA44E is #125BB1. Grayscale: #B0B0B0. Windows color (decimal): -1203122 or 5154029. OLE color: 5154029.
HSL color Cylindrical-coordinate representation of color #EDA44E: hue angle of 32.45º 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 #EDA44E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 78 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.07 |
| HSL | 32.45º | 0.82% | 0.62% | - |
| HSV(B) | 32.45º | 0.67% | 0.93% | - |
| XYZ | 49.58 | 45.11 | 13.3 | - |
| YUV | 176.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 78 | 0 | 0.31 | 0.67 | 0.07 | 32.45 | 0.82 | 0.62 |
| Hex | ED | A4 | 4E | 0 | 1F | 43 | 7 | 20 | 52 | 3E |
| Octal | 355 | 244 | 116 | 0 | 37 | 103 | 7 | 40 | 122 | 76 |
| Binary | 11101101 | 10100100 | 1001110 | 0 | 11111 | 1000011 | 111 | 100000 | 1010010 | 111110 |
Color Harmonies of #EDA44E
Complementary color
Monochromatic Colors of #EDA44E
Black with #EDA44E
Text Example
Text Example
White with #EDA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA44E; }
p { color: rgb(237,164,78); }
H1.HeaderClassName
{
color: #EDA44E;
}
.AnyTagClassName
{
color: #EDA44E;
}
</style>
background-color css
<style>
a { background-color: #EDA44E; }
a { background-color: rgb(237,164,78); }
div.DivClassName
{
background-color: #EDA44E;
}
.BgClassName
{
background-color: #EDA44E;
}
</style>
border-color css
<style>
span { border-color: #EDA44E; }
span { border-color: rgb(237,164,78); }
td.TdClassName
{
border-color: #EDA44E;
}
.TagClassName
{
border-color: #EDA44E;
}
</style>