Shades of Tahiti Gold #E37D21
Tints of Tahiti Gold #E37D21
RGB
CMYK
RGB Variations
Color information
#E37D21 (or 0xE37D21) is known color: Tahiti Gold. HEX triplet: E3, 7D and 21. RGB value is (227,125,33). Sum of RGB (Red+Green+Blue) = 227+125+33=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37D21 is #1C82DE. Grayscale: #919191. Windows color (decimal): -1868511 or 2194915. OLE color: 2194915.
HSL color Cylindrical-coordinate representation of color #E37D21: hue angle of 28.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E37D21 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 33 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.11 |
| HSL | 28.45º | 0.78% | 0.51% | - |
| HSV(B) | 28.45º | 0.85% | 0.89% | - |
| XYZ | 39.29 | 31.11 | 5.37 | - |
| YUV | 145.01 | 64.79 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 33 | 0 | 0.45 | 0.85 | 0.11 | 28.45 | 0.78 | 0.51 |
| Hex | E3 | 7D | 21 | 0 | 2D | 55 | B | 1C | 4E | 33 |
| Octal | 343 | 175 | 41 | 0 | 55 | 125 | 13 | 34 | 116 | 63 |
| Binary | 11100011 | 1111101 | 100001 | 0 | 101101 | 1010101 | 1011 | 11100 | 1001110 | 110011 |
Color Harmonies of #E37D21
Complementary color
Monochromatic Colors of #E37D21
Black with #E37D21
Text Example
Text Example
White with #E37D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D21; }
p { color: rgb(227,125,33); }
H1.HeaderClassName
{
color: #E37D21;
}
.AnyTagClassName
{
color: #E37D21;
}
</style>
background-color css
<style>
a { background-color: #E37D21; }
a { background-color: rgb(227,125,33); }
div.DivClassName
{
background-color: #E37D21;
}
.BgClassName
{
background-color: #E37D21;
}
</style>
border-color css
<style>
span { border-color: #E37D21; }
span { border-color: rgb(227,125,33); }
td.TdClassName
{
border-color: #E37D21;
}
.TagClassName
{
border-color: #E37D21;
}
</style>