Shades of Tahiti Gold #EA752B
Tints of Tahiti Gold #EA752B
RGB
CMYK
RGB Variations
Color information
#EA752B (or 0xEA752B) is known color: Tahiti Gold. HEX triplet: EA, 75 and 2B. RGB value is (234,117,43). Sum of RGB (Red+Green+Blue) = 234+117+43=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA752B is #158AD4. Grayscale: #8F8F8F. Windows color (decimal): -1411797 or 2848234. OLE color: 2848234.
HSL color Cylindrical-coordinate representation of color #EA752B: hue angle of 23.25º 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 #EA752B is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 43 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.08 |
| HSL | 23.25º | 0.82% | 0.54% | - |
| HSV(B) | 23.25º | 0.82% | 0.92% | - |
| XYZ | 40.73 | 30.39 | 6 | - |
| YUV | 143.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 43 | 0 | 0.5 | 0.82 | 0.08 | 23.25 | 0.82 | 0.54 |
| Hex | EA | 75 | 2B | 0 | 32 | 52 | 8 | 17 | 52 | 36 |
| Octal | 352 | 165 | 53 | 0 | 62 | 122 | 10 | 27 | 122 | 66 |
| Binary | 11101010 | 1110101 | 101011 | 0 | 110010 | 1010010 | 1000 | 10111 | 1010010 | 110110 |
Color Harmonies of #EA752B
Complementary color
Monochromatic Colors of #EA752B
Black with #EA752B
Text Example
Text Example
White with #EA752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA752B; }
p { color: rgb(234,117,43); }
H1.HeaderClassName
{
color: #EA752B;
}
.AnyTagClassName
{
color: #EA752B;
}
</style>
background-color css
<style>
a { background-color: #EA752B; }
a { background-color: rgb(234,117,43); }
div.DivClassName
{
background-color: #EA752B;
}
.BgClassName
{
background-color: #EA752B;
}
</style>
border-color css
<style>
span { border-color: #EA752B; }
span { border-color: rgb(234,117,43); }
td.TdClassName
{
border-color: #EA752B;
}
.TagClassName
{
border-color: #EA752B;
}
</style>