Shades of Tahiti Gold #E45E25
Tints of Tahiti Gold #E45E25
RGB
CMYK
RGB Variations
Color information
#E45E25 (or 0xE45E25) is known color: Tahiti Gold. HEX triplet: E4, 5E and 25. RGB value is (228,94,37). Sum of RGB (Red+Green+Blue) = 228+94+37=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45E25 is #1BA1DA. Grayscale: #7F7F7F. Windows color (decimal): -1810907 or 2449124. OLE color: 2449124.
HSL color Cylindrical-coordinate representation of color #E45E25: hue angle of 17.91º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E45E25 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 37 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.11 |
| HSL | 17.91º | 0.78% | 0.52% | - |
| HSV(B) | 17.91º | 0.84% | 0.89% | - |
| XYZ | 36.33 | 24.63 | 4.59 | - |
| YUV | 127.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 37 | 0 | 0.59 | 0.84 | 0.11 | 17.91 | 0.78 | 0.52 |
| Hex | E4 | 5E | 25 | 0 | 3B | 54 | B | 12 | 4E | 34 |
| Octal | 344 | 136 | 45 | 0 | 73 | 124 | 13 | 22 | 116 | 64 |
| Binary | 11100100 | 1011110 | 100101 | 0 | 111011 | 1010100 | 1011 | 10010 | 1001110 | 110100 |
Color Harmonies of #E45E25
Complementary color
Monochromatic Colors of #E45E25
Black with #E45E25
Text Example
Text Example
White with #E45E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E25; }
p { color: rgb(228,94,37); }
H1.HeaderClassName
{
color: #E45E25;
}
.AnyTagClassName
{
color: #E45E25;
}
</style>
background-color css
<style>
a { background-color: #E45E25; }
a { background-color: rgb(228,94,37); }
div.DivClassName
{
background-color: #E45E25;
}
.BgClassName
{
background-color: #E45E25;
}
</style>
border-color css
<style>
span { border-color: #E45E25; }
span { border-color: rgb(228,94,37); }
td.TdClassName
{
border-color: #E45E25;
}
.TagClassName
{
border-color: #E45E25;
}
</style>