Shades of Tacao #EDAD70
Tints of Tacao #EDAD70
RGB
CMYK
RGB Variations
Color information
#EDAD70 (or 0xEDAD70) is known color: Tacao. HEX triplet: ED, AD and 70. RGB value is (237,173,112). Sum of RGB (Red+Green+Blue) = 237+173+112=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD70 is #12528F. Grayscale: #B9B9B9. Windows color (decimal): -1200784 or 7384557. OLE color: 7384557.
HSL color Cylindrical-coordinate representation of color #EDAD70: hue angle of 29.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDAD70 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 112 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.07 |
| HSL | 29.28º | 0.78% | 0.68% | - |
| HSV(B) | 29.28º | 0.53% | 0.93% | - |
| XYZ | 52.79 | 49.06 | 22.02 | - |
| YUV | 185.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 112 | 0 | 0.27 | 0.53 | 0.07 | 29.28 | 0.78 | 0.68 |
| Hex | ED | AD | 70 | 0 | 1B | 35 | 7 | 1D | 4E | 44 |
| Octal | 355 | 255 | 160 | 0 | 33 | 65 | 7 | 35 | 116 | 104 |
| Binary | 11101101 | 10101101 | 1110000 | 0 | 11011 | 110101 | 111 | 11101 | 1001110 | 1000100 |
Color Harmonies of #EDAD70
Complementary color
Monochromatic Colors of #EDAD70
Black with #EDAD70
Text Example
Text Example
White with #EDAD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD70; }
p { color: rgb(237,173,112); }
H1.HeaderClassName
{
color: #EDAD70;
}
.AnyTagClassName
{
color: #EDAD70;
}
</style>
background-color css
<style>
a { background-color: #EDAD70; }
a { background-color: rgb(237,173,112); }
div.DivClassName
{
background-color: #EDAD70;
}
.BgClassName
{
background-color: #EDAD70;
}
</style>
border-color css
<style>
span { border-color: #EDAD70; }
span { border-color: rgb(237,173,112); }
td.TdClassName
{
border-color: #EDAD70;
}
.TagClassName
{
border-color: #EDAD70;
}
</style>