Shades of Tahiti Gold #E1802A
Tints of Tahiti Gold #E1802A
RGB
CMYK
RGB Variations
Color information
#E1802A (or 0xE1802A) is known color: Tahiti Gold. HEX triplet: E1, 80 and 2A. RGB value is (225,128,42). Sum of RGB (Red+Green+Blue) = 225+128+42=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1802A is #1E7FD5. Grayscale: #939393. Windows color (decimal): -1998806 or 2785505. OLE color: 2785505.
HSL color Cylindrical-coordinate representation of color #E1802A: hue angle of 28.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1802A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 42 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.12 |
| HSL | 28.2º | 0.75% | 0.52% | - |
| HSV(B) | 28.2º | 0.81% | 0.88% | - |
| XYZ | 39.19 | 31.61 | 6.23 | - |
| YUV | 147.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 42 | 0 | 0.43 | 0.81 | 0.12 | 28.2 | 0.75 | 0.52 |
| Hex | E1 | 80 | 2A | 0 | 2B | 51 | C | 1C | 4B | 34 |
| Octal | 341 | 200 | 52 | 0 | 53 | 121 | 14 | 34 | 113 | 64 |
| Binary | 11100001 | 10000000 | 101010 | 0 | 101011 | 1010001 | 1100 | 11100 | 1001011 | 110100 |
Color Harmonies of #E1802A
Complementary color
Monochromatic Colors of #E1802A
Black with #E1802A
Text Example
Text Example
White with #E1802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1802A; }
p { color: rgb(225,128,42); }
H1.HeaderClassName
{
color: #E1802A;
}
.AnyTagClassName
{
color: #E1802A;
}
</style>
background-color css
<style>
a { background-color: #E1802A; }
a { background-color: rgb(225,128,42); }
div.DivClassName
{
background-color: #E1802A;
}
.BgClassName
{
background-color: #E1802A;
}
</style>
border-color css
<style>
span { border-color: #E1802A; }
span { border-color: rgb(225,128,42); }
td.TdClassName
{
border-color: #E1802A;
}
.TagClassName
{
border-color: #E1802A;
}
</style>