Shades of Sunshade #EDA34E
Tints of Sunshade #EDA34E
RGB
CMYK
RGB Variations
Color information
#EDA34E (or 0xEDA34E) is known color: Sunshade. HEX triplet: ED, A3 and 4E. RGB value is (237,163,78). Sum of RGB (Red+Green+Blue) = 237+163+78=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA34E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA34E is #125CB1. Grayscale: #AFAFAF. Windows color (decimal): -1203378 or 5153773. OLE color: 5153773.
HSL color Cylindrical-coordinate representation of color #EDA34E: hue angle of 32.08º 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 #EDA34E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 78 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.07 |
| HSL | 32.08º | 0.82% | 0.62% | - |
| HSV(B) | 32.08º | 0.67% | 0.93% | - |
| XYZ | 49.4 | 44.75 | 13.24 | - |
| YUV | 175.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 78 | 0 | 0.31 | 0.67 | 0.07 | 32.08 | 0.82 | 0.62 |
| Hex | ED | A3 | 4E | 0 | 1F | 43 | 7 | 20 | 52 | 3E |
| Octal | 355 | 243 | 116 | 0 | 37 | 103 | 7 | 40 | 122 | 76 |
| Binary | 11101101 | 10100011 | 1001110 | 0 | 11111 | 1000011 | 111 | 100000 | 1010010 | 111110 |
Color Harmonies of #EDA34E
Complementary color
Monochromatic Colors of #EDA34E
Black with #EDA34E
Text Example
Text Example
White with #EDA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA34E; }
p { color: rgb(237,163,78); }
H1.HeaderClassName
{
color: #EDA34E;
}
.AnyTagClassName
{
color: #EDA34E;
}
</style>
background-color css
<style>
a { background-color: #EDA34E; }
a { background-color: rgb(237,163,78); }
div.DivClassName
{
background-color: #EDA34E;
}
.BgClassName
{
background-color: #EDA34E;
}
</style>
border-color css
<style>
span { border-color: #EDA34E; }
span { border-color: rgb(237,163,78); }
td.TdClassName
{
border-color: #EDA34E;
}
.TagClassName
{
border-color: #EDA34E;
}
</style>