Shades of Sunshade #EDA44C
Tints of Sunshade #EDA44C
RGB
CMYK
RGB Variations
Color information
#EDA44C (or 0xEDA44C) is known color: Sunshade. HEX triplet: ED, A4 and 4C. RGB value is (237,164,76). Sum of RGB (Red+Green+Blue) = 237+164+76=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA44C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA44C is #125BB3. Grayscale: #B0B0B0. Windows color (decimal): -1203124 or 5022957. OLE color: 5022957.
HSL color Cylindrical-coordinate representation of color #EDA44C: hue angle of 32.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA44C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 76 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.07 |
| HSL | 32.8º | 0.82% | 0.61% | - |
| HSV(B) | 32.8º | 0.68% | 0.93% | - |
| XYZ | 49.51 | 45.08 | 12.93 | - |
| YUV | 175.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 76 | 0 | 0.31 | 0.68 | 0.07 | 32.8 | 0.82 | 0.61 |
| Hex | ED | A4 | 4C | 0 | 1F | 44 | 7 | 21 | 52 | 3D |
| Octal | 355 | 244 | 114 | 0 | 37 | 104 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100100 | 1001100 | 0 | 11111 | 1000100 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA44C
Complementary color
Monochromatic Colors of #EDA44C
Black with #EDA44C
Text Example
Text Example
White with #EDA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA44C; }
p { color: rgb(237,164,76); }
H1.HeaderClassName
{
color: #EDA44C;
}
.AnyTagClassName
{
color: #EDA44C;
}
</style>
background-color css
<style>
a { background-color: #EDA44C; }
a { background-color: rgb(237,164,76); }
div.DivClassName
{
background-color: #EDA44C;
}
.BgClassName
{
background-color: #EDA44C;
}
</style>
border-color css
<style>
span { border-color: #EDA44C; }
span { border-color: rgb(237,164,76); }
td.TdClassName
{
border-color: #EDA44C;
}
.TagClassName
{
border-color: #EDA44C;
}
</style>