Shades of Tahiti Gold #E36225
Tints of Tahiti Gold #E36225
RGB
CMYK
RGB Variations
Color information
#E36225 (or 0xE36225) is known color: Tahiti Gold. HEX triplet: E3, 62 and 25. RGB value is (227,98,37). Sum of RGB (Red+Green+Blue) = 227+98+37=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E36225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36225 is #1C9DDA. Grayscale: #818181. Windows color (decimal): -1875419 or 2450147. OLE color: 2450147.
HSL color Cylindrical-coordinate representation of color #E36225: hue angle of 19.26º degrees, saturation: 0.77, 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 #E36225 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 98 | 37 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.11 |
| HSL | 19.26º | 0.77% | 0.52% | - |
| HSV(B) | 19.26º | 0.84% | 0.89% | - |
| XYZ | 36.38 | 25.2 | 4.7 | - |
| YUV | 129.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 37 | 0 | 0.57 | 0.84 | 0.11 | 19.26 | 0.77 | 0.52 |
| Hex | E3 | 62 | 25 | 0 | 39 | 54 | B | 13 | 4D | 34 |
| Octal | 343 | 142 | 45 | 0 | 71 | 124 | 13 | 23 | 115 | 64 |
| Binary | 11100011 | 1100010 | 100101 | 0 | 111001 | 1010100 | 1011 | 10011 | 1001101 | 110100 |
Color Harmonies of #E36225
Complementary color
Monochromatic Colors of #E36225
Black with #E36225
Text Example
Text Example
White with #E36225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36225; }
p { color: rgb(227,98,37); }
H1.HeaderClassName
{
color: #E36225;
}
.AnyTagClassName
{
color: #E36225;
}
</style>
background-color css
<style>
a { background-color: #E36225; }
a { background-color: rgb(227,98,37); }
div.DivClassName
{
background-color: #E36225;
}
.BgClassName
{
background-color: #E36225;
}
</style>
border-color css
<style>
span { border-color: #E36225; }
span { border-color: rgb(227,98,37); }
td.TdClassName
{
border-color: #E36225;
}
.TagClassName
{
border-color: #E36225;
}
</style>