Shades of Tahiti Gold #EE712D
Tints of Tahiti Gold #EE712D
RGB
CMYK
RGB Variations
Color information
#EE712D (or 0xEE712D) is known color: Tahiti Gold. HEX triplet: EE, 71 and 2D. RGB value is (238,113,45). Sum of RGB (Red+Green+Blue) = 238+113+45=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE712D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE712D is #118ED2. Grayscale: #8F8F8F. Windows color (decimal): -1150675 or 2978286. OLE color: 2978286.
HSL color Cylindrical-coordinate representation of color #EE712D: hue angle of 21.14º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE712D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.07 |
| HSL | 21.14º | 0.85% | 0.55% | - |
| HSV(B) | 21.14º | 0.81% | 0.93% | - |
| XYZ | 41.64 | 30.18 | 6.11 | - |
| YUV | 142.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 45 | 0 | 0.53 | 0.81 | 0.07 | 21.14 | 0.85 | 0.55 |
| Hex | EE | 71 | 2D | 0 | 35 | 51 | 7 | 15 | 55 | 37 |
| Octal | 356 | 161 | 55 | 0 | 65 | 121 | 7 | 25 | 125 | 67 |
| Binary | 11101110 | 1110001 | 101101 | 0 | 110101 | 1010001 | 111 | 10101 | 1010101 | 110111 |
Color Harmonies of #EE712D
Complementary color
Monochromatic Colors of #EE712D
Black with #EE712D
Text Example
Text Example
White with #EE712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE712D; }
p { color: rgb(238,113,45); }
H1.HeaderClassName
{
color: #EE712D;
}
.AnyTagClassName
{
color: #EE712D;
}
</style>
background-color css
<style>
a { background-color: #EE712D; }
a { background-color: rgb(238,113,45); }
div.DivClassName
{
background-color: #EE712D;
}
.BgClassName
{
background-color: #EE712D;
}
</style>
border-color css
<style>
span { border-color: #EE712D; }
span { border-color: rgb(238,113,45); }
td.TdClassName
{
border-color: #EE712D;
}
.TagClassName
{
border-color: #EE712D;
}
</style>