Shades of Tahiti Gold #EA7E28
Tints of Tahiti Gold #EA7E28
RGB
CMYK
RGB Variations
Color information
#EA7E28 (or 0xEA7E28) is known color: Tahiti Gold. HEX triplet: EA, 7E and 28. RGB value is (234,126,40). Sum of RGB (Red+Green+Blue) = 234+126+40=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7E28 is #1581D7. Grayscale: #949494. Windows color (decimal): -1409496 or 2653930. OLE color: 2653930.
HSL color Cylindrical-coordinate representation of color #EA7E28: hue angle of 26.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA7E28 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.08 |
| HSL | 26.6º | 0.82% | 0.54% | - |
| HSV(B) | 26.6º | 0.83% | 0.92% | - |
| XYZ | 41.78 | 32.57 | 6.09 | - |
| YUV | 148.49 | 66.78 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 40 | 0 | 0.46 | 0.83 | 0.08 | 26.6 | 0.82 | 0.54 |
| Hex | EA | 7E | 28 | 0 | 2E | 53 | 8 | 1B | 52 | 36 |
| Octal | 352 | 176 | 50 | 0 | 56 | 123 | 10 | 33 | 122 | 66 |
| Binary | 11101010 | 1111110 | 101000 | 0 | 101110 | 1010011 | 1000 | 11011 | 1010010 | 110110 |
Color Harmonies of #EA7E28
Complementary color
Monochromatic Colors of #EA7E28
Black with #EA7E28
Text Example
Text Example
White with #EA7E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E28; }
p { color: rgb(234,126,40); }
H1.HeaderClassName
{
color: #EA7E28;
}
.AnyTagClassName
{
color: #EA7E28;
}
</style>
background-color css
<style>
a { background-color: #EA7E28; }
a { background-color: rgb(234,126,40); }
div.DivClassName
{
background-color: #EA7E28;
}
.BgClassName
{
background-color: #EA7E28;
}
</style>
border-color css
<style>
span { border-color: #EA7E28; }
span { border-color: rgb(234,126,40); }
td.TdClassName
{
border-color: #EA7E28;
}
.TagClassName
{
border-color: #EA7E28;
}
</style>