Shades of Tahiti Gold #E26F21
Tints of Tahiti Gold #E26F21
RGB
CMYK
RGB Variations
Color information
#E26F21 (or 0xE26F21) is known color: Tahiti Gold. HEX triplet: E2, 6F and 21. RGB value is (226,111,33). Sum of RGB (Red+Green+Blue) = 226+111+33=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F21 is #1D90DE. Grayscale: #888888. Windows color (decimal): -1937631 or 2191330. OLE color: 2191330.
HSL color Cylindrical-coordinate representation of color #E26F21: hue angle of 24.25º degrees, saturation: 0.77, 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 #E26F21 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 33 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.11 |
| HSL | 24.25º | 0.77% | 0.51% | - |
| HSV(B) | 24.25º | 0.85% | 0.89% | - |
| XYZ | 37.32 | 27.65 | 4.81 | - |
| YUV | 136.49 | 69.6 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 33 | 0 | 0.51 | 0.85 | 0.11 | 24.25 | 0.77 | 0.51 |
| Hex | E2 | 6F | 21 | 0 | 33 | 55 | B | 18 | 4D | 33 |
| Octal | 342 | 157 | 41 | 0 | 63 | 125 | 13 | 30 | 115 | 63 |
| Binary | 11100010 | 1101111 | 100001 | 0 | 110011 | 1010101 | 1011 | 11000 | 1001101 | 110011 |
Color Harmonies of #E26F21
Complementary color
Monochromatic Colors of #E26F21
Black with #E26F21
Text Example
Text Example
White with #E26F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F21; }
p { color: rgb(226,111,33); }
H1.HeaderClassName
{
color: #E26F21;
}
.AnyTagClassName
{
color: #E26F21;
}
</style>
background-color css
<style>
a { background-color: #E26F21; }
a { background-color: rgb(226,111,33); }
div.DivClassName
{
background-color: #E26F21;
}
.BgClassName
{
background-color: #E26F21;
}
</style>
border-color css
<style>
span { border-color: #E26F21; }
span { border-color: rgb(226,111,33); }
td.TdClassName
{
border-color: #E26F21;
}
.TagClassName
{
border-color: #E26F21;
}
</style>