Shades of Tacao #EDB27A
Tints of Tacao #EDB27A
RGB
CMYK
RGB Variations
Color information
#EDB27A (or 0xEDB27A) is known color: Tacao. HEX triplet: ED, B2 and 7A. RGB value is (237,178,122). Sum of RGB (Red+Green+Blue) = 237+178+122=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27A is #124D85. Grayscale: #BDBDBD. Windows color (decimal): -1199494 or 8041197. OLE color: 8041197.
HSL color Cylindrical-coordinate representation of color #EDB27A: hue angle of 29.22º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB27A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 122 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.07 |
| HSL | 29.22º | 0.76% | 0.7% | - |
| HSV(B) | 29.22º | 0.49% | 0.93% | - |
| XYZ | 54.36 | 51.25 | 25.44 | - |
| YUV | 189.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 122 | 0 | 0.25 | 0.49 | 0.07 | 29.22 | 0.76 | 0.7 |
| Hex | ED | B2 | 7A | 0 | 19 | 31 | 7 | 1D | 4C | 46 |
| Octal | 355 | 262 | 172 | 0 | 31 | 61 | 7 | 35 | 114 | 106 |
| Binary | 11101101 | 10110010 | 1111010 | 0 | 11001 | 110001 | 111 | 11101 | 1001100 | 1000110 |
Color Harmonies of #EDB27A
Complementary color
Monochromatic Colors of #EDB27A
Black with #EDB27A
Text Example
Text Example
White with #EDB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB27A; }
p { color: rgb(237,178,122); }
H1.HeaderClassName
{
color: #EDB27A;
}
.AnyTagClassName
{
color: #EDB27A;
}
</style>
background-color css
<style>
a { background-color: #EDB27A; }
a { background-color: rgb(237,178,122); }
div.DivClassName
{
background-color: #EDB27A;
}
.BgClassName
{
background-color: #EDB27A;
}
</style>
border-color css
<style>
span { border-color: #EDB27A; }
span { border-color: rgb(237,178,122); }
td.TdClassName
{
border-color: #EDB27A;
}
.TagClassName
{
border-color: #EDB27A;
}
</style>