Shades of Tahiti Gold #EE722D
Tints of Tahiti Gold #EE722D
RGB
CMYK
RGB Variations
Color information
#EE722D (or 0xEE722D) is known color: Tahiti Gold. HEX triplet: EE, 72 and 2D. RGB value is (238,114,45). Sum of RGB (Red+Green+Blue) = 238+114+45=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE722D is #118DD2. Grayscale: #8F8F8F. Windows color (decimal): -1150419 or 2978542. OLE color: 2978542.
HSL color Cylindrical-coordinate representation of color #EE722D: hue angle of 21.45º 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 #EE722D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 45 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.07 |
| HSL | 21.45º | 0.85% | 0.55% | - |
| HSV(B) | 21.45º | 0.81% | 0.93% | - |
| XYZ | 41.75 | 30.4 | 6.15 | - |
| YUV | 143.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 45 | 0 | 0.52 | 0.81 | 0.07 | 21.45 | 0.85 | 0.55 |
| Hex | EE | 72 | 2D | 0 | 34 | 51 | 7 | 15 | 55 | 37 |
| Octal | 356 | 162 | 55 | 0 | 64 | 121 | 7 | 25 | 125 | 67 |
| Binary | 11101110 | 1110010 | 101101 | 0 | 110100 | 1010001 | 111 | 10101 | 1010101 | 110111 |
Color Harmonies of #EE722D
Complementary color
Monochromatic Colors of #EE722D
Black with #EE722D
Text Example
Text Example
White with #EE722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE722D; }
p { color: rgb(238,114,45); }
H1.HeaderClassName
{
color: #EE722D;
}
.AnyTagClassName
{
color: #EE722D;
}
</style>
background-color css
<style>
a { background-color: #EE722D; }
a { background-color: rgb(238,114,45); }
div.DivClassName
{
background-color: #EE722D;
}
.BgClassName
{
background-color: #EE722D;
}
</style>
border-color css
<style>
span { border-color: #EE722D; }
span { border-color: rgb(238,114,45); }
td.TdClassName
{
border-color: #EE722D;
}
.TagClassName
{
border-color: #EE722D;
}
</style>