Shades of Tacao #EDAD75
Tints of Tacao #EDAD75
RGB
CMYK
RGB Variations
Color information
#EDAD75 (or 0xEDAD75) is known color: Tacao. HEX triplet: ED, AD and 75. RGB value is (237,173,117). Sum of RGB (Red+Green+Blue) = 237+173+117=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD75 is #12528A. Grayscale: #BABABA. Windows color (decimal): -1200779 or 7712237. OLE color: 7712237.
HSL color Cylindrical-coordinate representation of color #EDAD75: hue angle of 28º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDAD75 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 117 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.07 |
| HSL | 28º | 0.77% | 0.69% | - |
| HSV(B) | 28º | 0.51% | 0.93% | - |
| XYZ | 53.08 | 49.18 | 23.52 | - |
| YUV | 185.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 117 | 0 | 0.27 | 0.51 | 0.07 | 28 | 0.77 | 0.69 |
| Hex | ED | AD | 75 | 0 | 1B | 33 | 7 | 1C | 4D | 45 |
| Octal | 355 | 255 | 165 | 0 | 33 | 63 | 7 | 34 | 115 | 105 |
| Binary | 11101101 | 10101101 | 1110101 | 0 | 11011 | 110011 | 111 | 11100 | 1001101 | 1000101 |
Color Harmonies of #EDAD75
Complementary color
Monochromatic Colors of #EDAD75
Black with #EDAD75
Text Example
Text Example
White with #EDAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD75; }
p { color: rgb(237,173,117); }
H1.HeaderClassName
{
color: #EDAD75;
}
.AnyTagClassName
{
color: #EDAD75;
}
</style>
background-color css
<style>
a { background-color: #EDAD75; }
a { background-color: rgb(237,173,117); }
div.DivClassName
{
background-color: #EDAD75;
}
.BgClassName
{
background-color: #EDAD75;
}
</style>
border-color css
<style>
span { border-color: #EDAD75; }
span { border-color: rgb(237,173,117); }
td.TdClassName
{
border-color: #EDAD75;
}
.TagClassName
{
border-color: #EDAD75;
}
</style>