Shades of Sunshade #EDA34F
Tints of Sunshade #EDA34F
RGB
CMYK
RGB Variations
Color information
#EDA34F (or 0xEDA34F) is known color: Sunshade. HEX triplet: ED, A3 and 4F. RGB value is (237,163,79). Sum of RGB (Red+Green+Blue) = 237+163+79=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA34F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA34F is #125CB0. Grayscale: #AFAFAF. Windows color (decimal): -1203377 or 5219309. OLE color: 5219309.
HSL color Cylindrical-coordinate representation of color #EDA34F: hue angle of 31.9º degrees, saturation: 0.81, 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 #EDA34F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 79 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.07 |
| HSL | 31.9º | 0.81% | 0.62% | - |
| HSV(B) | 31.9º | 0.67% | 0.93% | - |
| XYZ | 49.43 | 44.76 | 13.43 | - |
| YUV | 175.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 79 | 0 | 0.31 | 0.67 | 0.07 | 31.9 | 0.81 | 0.62 |
| Hex | ED | A3 | 4F | 0 | 1F | 43 | 7 | 20 | 51 | 3E |
| Octal | 355 | 243 | 117 | 0 | 37 | 103 | 7 | 40 | 121 | 76 |
| Binary | 11101101 | 10100011 | 1001111 | 0 | 11111 | 1000011 | 111 | 100000 | 1010001 | 111110 |
Color Harmonies of #EDA34F
Complementary color
Monochromatic Colors of #EDA34F
Black with #EDA34F
Text Example
Text Example
White with #EDA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA34F; }
p { color: rgb(237,163,79); }
H1.HeaderClassName
{
color: #EDA34F;
}
.AnyTagClassName
{
color: #EDA34F;
}
</style>
background-color css
<style>
a { background-color: #EDA34F; }
a { background-color: rgb(237,163,79); }
div.DivClassName
{
background-color: #EDA34F;
}
.BgClassName
{
background-color: #EDA34F;
}
</style>
border-color css
<style>
span { border-color: #EDA34F; }
span { border-color: rgb(237,163,79); }
td.TdClassName
{
border-color: #EDA34F;
}
.TagClassName
{
border-color: #EDA34F;
}
</style>