Shades of Sunshade #EDA44B
Tints of Sunshade #EDA44B
RGB
CMYK
RGB Variations
Color information
#EDA44B (or 0xEDA44B) is known color: Sunshade. HEX triplet: ED, A4 and 4B. RGB value is (237,164,75). Sum of RGB (Red+Green+Blue) = 237+164+75=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA44B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA44B is #125BB4. Grayscale: #B0B0B0. Windows color (decimal): -1203125 or 4957421. OLE color: 4957421.
HSL color Cylindrical-coordinate representation of color #EDA44B: hue angle of 32.96º 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 #EDA44B is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 75 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.07 |
| HSL | 32.96º | 0.82% | 0.61% | - |
| HSV(B) | 32.96º | 0.68% | 0.93% | - |
| XYZ | 49.47 | 45.06 | 12.75 | - |
| YUV | 175.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 75 | 0 | 0.31 | 0.68 | 0.07 | 32.96 | 0.82 | 0.61 |
| Hex | ED | A4 | 4B | 0 | 1F | 44 | 7 | 21 | 52 | 3D |
| Octal | 355 | 244 | 113 | 0 | 37 | 104 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100100 | 1001011 | 0 | 11111 | 1000100 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA44B
Complementary color
Monochromatic Colors of #EDA44B
Black with #EDA44B
Text Example
Text Example
White with #EDA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA44B; }
p { color: rgb(237,164,75); }
H1.HeaderClassName
{
color: #EDA44B;
}
.AnyTagClassName
{
color: #EDA44B;
}
</style>
background-color css
<style>
a { background-color: #EDA44B; }
a { background-color: rgb(237,164,75); }
div.DivClassName
{
background-color: #EDA44B;
}
.BgClassName
{
background-color: #EDA44B;
}
</style>
border-color css
<style>
span { border-color: #EDA44B; }
span { border-color: rgb(237,164,75); }
td.TdClassName
{
border-color: #EDA44B;
}
.TagClassName
{
border-color: #EDA44B;
}
</style>