Shades of Sunshade #EDA44A
Tints of Sunshade #EDA44A
RGB
CMYK
RGB Variations
Color information
#EDA44A (or 0xEDA44A) is known color: Sunshade. HEX triplet: ED, A4 and 4A. RGB value is (237,164,74). Sum of RGB (Red+Green+Blue) = 237+164+74=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA44A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA44A is #125BB5. Grayscale: #B0B0B0. Windows color (decimal): -1203126 or 4891885. OLE color: 4891885.
HSL color Cylindrical-coordinate representation of color #EDA44A: hue angle of 33.13º 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 #EDA44A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 74 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.07 |
| HSL | 33.13º | 0.82% | 0.61% | - |
| HSV(B) | 33.13º | 0.69% | 0.93% | - |
| XYZ | 49.44 | 45.05 | 12.57 | - |
| YUV | 175.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 74 | 0 | 0.31 | 0.69 | 0.07 | 33.13 | 0.82 | 0.61 |
| Hex | ED | A4 | 4A | 0 | 1F | 45 | 7 | 21 | 52 | 3D |
| Octal | 355 | 244 | 112 | 0 | 37 | 105 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100100 | 1001010 | 0 | 11111 | 1000101 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA44A
Complementary color
Monochromatic Colors of #EDA44A
Black with #EDA44A
Text Example
Text Example
White with #EDA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA44A; }
p { color: rgb(237,164,74); }
H1.HeaderClassName
{
color: #EDA44A;
}
.AnyTagClassName
{
color: #EDA44A;
}
</style>
background-color css
<style>
a { background-color: #EDA44A; }
a { background-color: rgb(237,164,74); }
div.DivClassName
{
background-color: #EDA44A;
}
.BgClassName
{
background-color: #EDA44A;
}
</style>
border-color css
<style>
span { border-color: #EDA44A; }
span { border-color: rgb(237,164,74); }
td.TdClassName
{
border-color: #EDA44A;
}
.TagClassName
{
border-color: #EDA44A;
}
</style>