Shades of Tahiti Gold #EE732B
Tints of Tahiti Gold #EE732B
RGB
CMYK
RGB Variations
Color information
#EE732B (or 0xEE732B) is known color: Tahiti Gold. HEX triplet: EE, 73 and 2B. RGB value is (238,115,43). Sum of RGB (Red+Green+Blue) = 238+115+43=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE732B is #118CD4. Grayscale: #8F8F8F. Windows color (decimal): -1150165 or 2847726. OLE color: 2847726.
HSL color Cylindrical-coordinate representation of color #EE732B: hue angle of 22.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE732B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 43 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.07 |
| HSL | 22.15º | 0.85% | 0.55% | - |
| HSV(B) | 22.15º | 0.82% | 0.93% | - |
| XYZ | 41.83 | 30.61 | 5.99 | - |
| YUV | 143.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 43 | 0 | 0.52 | 0.82 | 0.07 | 22.15 | 0.85 | 0.55 |
| Hex | EE | 73 | 2B | 0 | 34 | 52 | 7 | 16 | 55 | 37 |
| Octal | 356 | 163 | 53 | 0 | 64 | 122 | 7 | 26 | 125 | 67 |
| Binary | 11101110 | 1110011 | 101011 | 0 | 110100 | 1010010 | 111 | 10110 | 1010101 | 110111 |
Color Harmonies of #EE732B
Complementary color
Monochromatic Colors of #EE732B
Black with #EE732B
Text Example
Text Example
White with #EE732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE732B; }
p { color: rgb(238,115,43); }
H1.HeaderClassName
{
color: #EE732B;
}
.AnyTagClassName
{
color: #EE732B;
}
</style>
background-color css
<style>
a { background-color: #EE732B; }
a { background-color: rgb(238,115,43); }
div.DivClassName
{
background-color: #EE732B;
}
.BgClassName
{
background-color: #EE732B;
}
</style>
border-color css
<style>
span { border-color: #EE732B; }
span { border-color: rgb(238,115,43); }
td.TdClassName
{
border-color: #EE732B;
}
.TagClassName
{
border-color: #EE732B;
}
</style>