Shades of Tahiti Gold #EE7A28
Tints of Tahiti Gold #EE7A28
RGB
CMYK
RGB Variations
Color information
#EE7A28 (or 0xEE7A28) is known color: Tahiti Gold. HEX triplet: EE, 7A and 28. RGB value is (238,122,40). Sum of RGB (Red+Green+Blue) = 238+122+40=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7A28 is #1185D7. Grayscale: #939393. Windows color (decimal): -1148376 or 2652910. OLE color: 2652910.
HSL color Cylindrical-coordinate representation of color #EE7A28: hue angle of 24.85º 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 #EE7A28 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 40 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.07 |
| HSL | 24.85º | 0.85% | 0.55% | - |
| HSV(B) | 24.85º | 0.83% | 0.93% | - |
| XYZ | 42.6 | 32.25 | 5.99 | - |
| YUV | 147.34 | 67.43 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 40 | 0 | 0.49 | 0.83 | 0.07 | 24.85 | 0.85 | 0.55 |
| Hex | EE | 7A | 28 | 0 | 31 | 53 | 7 | 19 | 55 | 37 |
| Octal | 356 | 172 | 50 | 0 | 61 | 123 | 7 | 31 | 125 | 67 |
| Binary | 11101110 | 1111010 | 101000 | 0 | 110001 | 1010011 | 111 | 11001 | 1010101 | 110111 |
Color Harmonies of #EE7A28
Complementary color
Monochromatic Colors of #EE7A28
Black with #EE7A28
Text Example
Text Example
White with #EE7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A28; }
p { color: rgb(238,122,40); }
H1.HeaderClassName
{
color: #EE7A28;
}
.AnyTagClassName
{
color: #EE7A28;
}
</style>
background-color css
<style>
a { background-color: #EE7A28; }
a { background-color: rgb(238,122,40); }
div.DivClassName
{
background-color: #EE7A28;
}
.BgClassName
{
background-color: #EE7A28;
}
</style>
border-color css
<style>
span { border-color: #EE7A28; }
span { border-color: rgb(238,122,40); }
td.TdClassName
{
border-color: #EE7A28;
}
.TagClassName
{
border-color: #EE7A28;
}
</style>