Shades of Tahiti Gold #E5721C
Tints of Tahiti Gold #E5721C
RGB
CMYK
RGB Variations
Color information
#E5721C (or 0xE5721C) is known color: Tahiti Gold. HEX triplet: E5, 72 and 1C. RGB value is (229,114,28). Sum of RGB (Red+Green+Blue) = 229+114+28=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5721C is #1A8DE3. Grayscale: #8B8B8B. Windows color (decimal): -1740260 or 1864421. OLE color: 1864421.
HSL color Cylindrical-coordinate representation of color #E5721C: hue angle of 25.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5721C is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 28 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.10 |
| HSL | 25.67º | 0.79% | 0.5% | - |
| HSV(B) | 25.67º | 0.88% | 0.9% | - |
| XYZ | 38.54 | 28.78 | 4.62 | - |
| YUV | 138.58 | 65.6 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 28 | 0 | 0.50 | 0.88 | 0.10 | 25.67 | 0.79 | 0.5 |
| Hex | E5 | 72 | 1C | 0 | 32 | 58 | A | 1A | 4F | 32 |
| Octal | 345 | 162 | 34 | 0 | 62 | 130 | 12 | 32 | 117 | 62 |
| Binary | 11100101 | 1110010 | 11100 | 0 | 110010 | 1011000 | 1010 | 11010 | 1001111 | 110010 |
Color Harmonies of #E5721C
Complementary color
Monochromatic Colors of #E5721C
Black with #E5721C
Text Example
Text Example
White with #E5721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5721C; }
p { color: rgb(229,114,28); }
H1.HeaderClassName
{
color: #E5721C;
}
.AnyTagClassName
{
color: #E5721C;
}
</style>
background-color css
<style>
a { background-color: #E5721C; }
a { background-color: rgb(229,114,28); }
div.DivClassName
{
background-color: #E5721C;
}
.BgClassName
{
background-color: #E5721C;
}
</style>
border-color css
<style>
span { border-color: #E5721C; }
span { border-color: rgb(229,114,28); }
td.TdClassName
{
border-color: #E5721C;
}
.TagClassName
{
border-color: #E5721C;
}
</style>