Shades of Tahiti Gold #EA7B2B
Tints of Tahiti Gold #EA7B2B
RGB
CMYK
RGB Variations
Color information
#EA7B2B (or 0xEA7B2B) is known color: Tahiti Gold. HEX triplet: EA, 7B and 2B. RGB value is (234,123,43). Sum of RGB (Red+Green+Blue) = 234+123+43=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7B2B is #1584D4. Grayscale: #939393. Windows color (decimal): -1410261 or 2849770. OLE color: 2849770.
HSL color Cylindrical-coordinate representation of color #EA7B2B: hue angle of 25.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA7B2B is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 43 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.08 |
| HSL | 25.13º | 0.82% | 0.54% | - |
| HSV(B) | 25.13º | 0.82% | 0.92% | - |
| XYZ | 41.45 | 31.83 | 6.25 | - |
| YUV | 147.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 43 | 0 | 0.47 | 0.82 | 0.08 | 25.13 | 0.82 | 0.54 |
| Hex | EA | 7B | 2B | 0 | 2F | 52 | 8 | 19 | 52 | 36 |
| Octal | 352 | 173 | 53 | 0 | 57 | 122 | 10 | 31 | 122 | 66 |
| Binary | 11101010 | 1111011 | 101011 | 0 | 101111 | 1010010 | 1000 | 11001 | 1010010 | 110110 |
Color Harmonies of #EA7B2B
Complementary color
Monochromatic Colors of #EA7B2B
Black with #EA7B2B
Text Example
Text Example
White with #EA7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B2B; }
p { color: rgb(234,123,43); }
H1.HeaderClassName
{
color: #EA7B2B;
}
.AnyTagClassName
{
color: #EA7B2B;
}
</style>
background-color css
<style>
a { background-color: #EA7B2B; }
a { background-color: rgb(234,123,43); }
div.DivClassName
{
background-color: #EA7B2B;
}
.BgClassName
{
background-color: #EA7B2B;
}
</style>
border-color css
<style>
span { border-color: #EA7B2B; }
span { border-color: rgb(234,123,43); }
td.TdClassName
{
border-color: #EA7B2B;
}
.TagClassName
{
border-color: #EA7B2B;
}
</style>