Shades of Tacao #EDA57D
Tints of Tacao #EDA57D
RGB
CMYK
RGB Variations
Color information
#EDA57D (or 0xEDA57D) is known color: Tacao. HEX triplet: ED, A5 and 7D. RGB value is (237,165,125). Sum of RGB (Red+Green+Blue) = 237+165+125=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA57D is #125A82. Grayscale: #B6B6B6. Windows color (decimal): -1202819 or 8234477. OLE color: 8234477.
HSL color Cylindrical-coordinate representation of color #EDA57D: hue angle of 21.43º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDA57D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 125 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 21.43º | 0.76% | 0.71% | - |
| HSV(B) | 21.43º | 0.47% | 0.93% | - |
| XYZ | 52.08 | 46.4 | 25.61 | - |
| YUV | 181.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 125 | 0 | 0.30 | 0.47 | 0.07 | 21.43 | 0.76 | 0.71 |
| Hex | ED | A5 | 7D | 0 | 1E | 2F | 7 | 15 | 4C | 47 |
| Octal | 355 | 245 | 175 | 0 | 36 | 57 | 7 | 25 | 114 | 107 |
| Binary | 11101101 | 10100101 | 1111101 | 0 | 11110 | 101111 | 111 | 10101 | 1001100 | 1000111 |
Color Harmonies of #EDA57D
Complementary color
Monochromatic Colors of #EDA57D
Black with #EDA57D
Text Example
Text Example
White with #EDA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA57D; }
p { color: rgb(237,165,125); }
H1.HeaderClassName
{
color: #EDA57D;
}
.AnyTagClassName
{
color: #EDA57D;
}
</style>
background-color css
<style>
a { background-color: #EDA57D; }
a { background-color: rgb(237,165,125); }
div.DivClassName
{
background-color: #EDA57D;
}
.BgClassName
{
background-color: #EDA57D;
}
</style>
border-color css
<style>
span { border-color: #EDA57D; }
span { border-color: rgb(237,165,125); }
td.TdClassName
{
border-color: #EDA57D;
}
.TagClassName
{
border-color: #EDA57D;
}
</style>