Shades of Tahiti Gold #E6751A
Tints of Tahiti Gold #E6751A
RGB
CMYK
RGB Variations
Color information
#E6751A (or 0xE6751A) is known color: Tahiti Gold. HEX triplet: E6, 75 and 1A. RGB value is (230,117,26). Sum of RGB (Red+Green+Blue) = 230+117+26=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6751A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6751A is #198AE5. Grayscale: #8C8C8C. Windows color (decimal): -1673958 or 1734118. OLE color: 1734118.
HSL color Cylindrical-coordinate representation of color #E6751A: hue angle of 26.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6751A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 26 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.10 |
| HSL | 26.76º | 0.8% | 0.5% | - |
| HSV(B) | 26.76º | 0.89% | 0.9% | - |
| XYZ | 39.18 | 29.62 | 4.63 | - |
| YUV | 140.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 26 | 0 | 0.49 | 0.89 | 0.10 | 26.76 | 0.8 | 0.5 |
| Hex | E6 | 75 | 1A | 0 | 31 | 59 | A | 1B | 50 | 32 |
| Octal | 346 | 165 | 32 | 0 | 61 | 131 | 12 | 33 | 120 | 62 |
| Binary | 11100110 | 1110101 | 11010 | 0 | 110001 | 1011001 | 1010 | 11011 | 1010000 | 110010 |
Color Harmonies of #E6751A
Complementary color
Monochromatic Colors of #E6751A
Black with #E6751A
Text Example
Text Example
White with #E6751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6751A; }
p { color: rgb(230,117,26); }
H1.HeaderClassName
{
color: #E6751A;
}
.AnyTagClassName
{
color: #E6751A;
}
</style>
background-color css
<style>
a { background-color: #E6751A; }
a { background-color: rgb(230,117,26); }
div.DivClassName
{
background-color: #E6751A;
}
.BgClassName
{
background-color: #E6751A;
}
</style>
border-color css
<style>
span { border-color: #E6751A; }
span { border-color: rgb(230,117,26); }
td.TdClassName
{
border-color: #E6751A;
}
.TagClassName
{
border-color: #E6751A;
}
</style>