Shades of Tahiti Gold #EE6F28
Tints of Tahiti Gold #EE6F28
RGB
CMYK
RGB Variations
Color information
#EE6F28 (or 0xEE6F28) is known color: Tahiti Gold. HEX triplet: EE, 6F and 28. RGB value is (238,111,40). Sum of RGB (Red+Green+Blue) = 238+111+40=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6F28 is #1190D7. Grayscale: #8D8D8D. Windows color (decimal): -1151192 or 2650094. OLE color: 2650094.
HSL color Cylindrical-coordinate representation of color #EE6F28: hue angle of 21.52º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE6F28 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 40 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.07 |
| HSL | 21.52º | 0.85% | 0.55% | - |
| HSV(B) | 21.52º | 0.83% | 0.93% | - |
| XYZ | 41.33 | 29.7 | 5.56 | - |
| YUV | 140.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 40 | 0 | 0.53 | 0.83 | 0.07 | 21.52 | 0.85 | 0.55 |
| Hex | EE | 6F | 28 | 0 | 35 | 53 | 7 | 16 | 55 | 37 |
| Octal | 356 | 157 | 50 | 0 | 65 | 123 | 7 | 26 | 125 | 67 |
| Binary | 11101110 | 1101111 | 101000 | 0 | 110101 | 1010011 | 111 | 10110 | 1010101 | 110111 |
Color Harmonies of #EE6F28
Complementary color
Monochromatic Colors of #EE6F28
Black with #EE6F28
Text Example
Text Example
White with #EE6F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F28; }
p { color: rgb(238,111,40); }
H1.HeaderClassName
{
color: #EE6F28;
}
.AnyTagClassName
{
color: #EE6F28;
}
</style>
background-color css
<style>
a { background-color: #EE6F28; }
a { background-color: rgb(238,111,40); }
div.DivClassName
{
background-color: #EE6F28;
}
.BgClassName
{
background-color: #EE6F28;
}
</style>
border-color css
<style>
span { border-color: #EE6F28; }
span { border-color: rgb(238,111,40); }
td.TdClassName
{
border-color: #EE6F28;
}
.TagClassName
{
border-color: #EE6F28;
}
</style>