Shades of Tacao #EDB378
Tints of Tacao #EDB378
RGB
CMYK
RGB Variations
Color information
#EDB378 (or 0xEDB378) is known color: Tacao. HEX triplet: ED, B3 and 78. RGB value is (237,179,120). Sum of RGB (Red+Green+Blue) = 237+179+120=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB378 is #124C87. Grayscale: #BDBDBD. Windows color (decimal): -1199240 or 7910381. OLE color: 7910381.
HSL color Cylindrical-coordinate representation of color #EDB378: hue angle of 30.26º 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 #EDB378 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 120 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.07 |
| HSL | 30.26º | 0.76% | 0.7% | - |
| HSV(B) | 30.26º | 0.49% | 0.93% | - |
| XYZ | 54.44 | 51.6 | 24.86 | - |
| YUV | 189.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 120 | 0 | 0.24 | 0.49 | 0.07 | 30.26 | 0.76 | 0.7 |
| Hex | ED | B3 | 78 | 0 | 18 | 31 | 7 | 1E | 4C | 46 |
| Octal | 355 | 263 | 170 | 0 | 30 | 61 | 7 | 36 | 114 | 106 |
| Binary | 11101101 | 10110011 | 1111000 | 0 | 11000 | 110001 | 111 | 11110 | 1001100 | 1000110 |
Color Harmonies of #EDB378
Complementary color
Monochromatic Colors of #EDB378
Black with #EDB378
Text Example
Text Example
White with #EDB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB378; }
p { color: rgb(237,179,120); }
H1.HeaderClassName
{
color: #EDB378;
}
.AnyTagClassName
{
color: #EDB378;
}
</style>
background-color css
<style>
a { background-color: #EDB378; }
a { background-color: rgb(237,179,120); }
div.DivClassName
{
background-color: #EDB378;
}
.BgClassName
{
background-color: #EDB378;
}
</style>
border-color css
<style>
span { border-color: #EDB378; }
span { border-color: rgb(237,179,120); }
td.TdClassName
{
border-color: #EDB378;
}
.TagClassName
{
border-color: #EDB378;
}
</style>