Shades of Tahiti Gold #E2741C
Tints of Tahiti Gold #E2741C
RGB
CMYK
RGB Variations
Color information
#E2741C (or 0xE2741C) is known color: Tahiti Gold. HEX triplet: E2, 74 and 1C. RGB value is (226,116,28). Sum of RGB (Red+Green+Blue) = 226+116+28=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2741C is #1D8BE3. Grayscale: #8B8B8B. Windows color (decimal): -1936356 or 1864930. OLE color: 1864930.
HSL color Cylindrical-coordinate representation of color #E2741C: hue angle of 26.67º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2741C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 28 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.11 |
| HSL | 26.67º | 0.78% | 0.5% | - |
| HSV(B) | 26.67º | 0.88% | 0.89% | - |
| XYZ | 37.82 | 28.74 | 4.65 | - |
| YUV | 138.86 | 65.44 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 28 | 0 | 0.49 | 0.88 | 0.11 | 26.67 | 0.78 | 0.5 |
| Hex | E2 | 74 | 1C | 0 | 31 | 58 | B | 1B | 4E | 32 |
| Octal | 342 | 164 | 34 | 0 | 61 | 130 | 13 | 33 | 116 | 62 |
| Binary | 11100010 | 1110100 | 11100 | 0 | 110001 | 1011000 | 1011 | 11011 | 1001110 | 110010 |
Color Harmonies of #E2741C
Complementary color
Monochromatic Colors of #E2741C
Black with #E2741C
Text Example
Text Example
White with #E2741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2741C; }
p { color: rgb(226,116,28); }
H1.HeaderClassName
{
color: #E2741C;
}
.AnyTagClassName
{
color: #E2741C;
}
</style>
background-color css
<style>
a { background-color: #E2741C; }
a { background-color: rgb(226,116,28); }
div.DivClassName
{
background-color: #E2741C;
}
.BgClassName
{
background-color: #E2741C;
}
</style>
border-color css
<style>
span { border-color: #E2741C; }
span { border-color: rgb(226,116,28); }
td.TdClassName
{
border-color: #E2741C;
}
.TagClassName
{
border-color: #E2741C;
}
</style>