Shades of Tahiti Gold #EE6C28
Tints of Tahiti Gold #EE6C28
RGB
CMYK
RGB Variations
Color information
#EE6C28 (or 0xEE6C28) is known color: Tahiti Gold. HEX triplet: EE, 6C and 28. RGB value is (238,108,40). Sum of RGB (Red+Green+Blue) = 238+108+40=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6C28 is #1193D7. Grayscale: #8B8B8B. Windows color (decimal): -1151960 or 2649326. OLE color: 2649326.
HSL color Cylindrical-coordinate representation of color #EE6C28: hue angle of 20.61º 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 #EE6C28 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 40 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.07 |
| HSL | 20.61º | 0.85% | 0.55% | - |
| HSV(B) | 20.61º | 0.83% | 0.93% | - |
| XYZ | 41.01 | 29.06 | 5.45 | - |
| YUV | 139.12 | 72.07 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 40 | 0 | 0.55 | 0.83 | 0.07 | 20.61 | 0.85 | 0.55 |
| Hex | EE | 6C | 28 | 0 | 37 | 53 | 7 | 15 | 55 | 37 |
| Octal | 356 | 154 | 50 | 0 | 67 | 123 | 7 | 25 | 125 | 67 |
| Binary | 11101110 | 1101100 | 101000 | 0 | 110111 | 1010011 | 111 | 10101 | 1010101 | 110111 |
Color Harmonies of #EE6C28
Complementary color
Monochromatic Colors of #EE6C28
Black with #EE6C28
Text Example
Text Example
White with #EE6C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C28; }
p { color: rgb(238,108,40); }
H1.HeaderClassName
{
color: #EE6C28;
}
.AnyTagClassName
{
color: #EE6C28;
}
</style>
background-color css
<style>
a { background-color: #EE6C28; }
a { background-color: rgb(238,108,40); }
div.DivClassName
{
background-color: #EE6C28;
}
.BgClassName
{
background-color: #EE6C28;
}
</style>
border-color css
<style>
span { border-color: #EE6C28; }
span { border-color: rgb(238,108,40); }
td.TdClassName
{
border-color: #EE6C28;
}
.TagClassName
{
border-color: #EE6C28;
}
</style>