Shades of Tahiti Gold #EA752C
Tints of Tahiti Gold #EA752C
RGB
CMYK
RGB Variations
Color information
#EA752C (or 0xEA752C) is known color: Tahiti Gold. HEX triplet: EA, 75 and 2C. RGB value is (234,117,44). Sum of RGB (Red+Green+Blue) = 234+117+44=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA752C is #158AD3. Grayscale: #909090. Windows color (decimal): -1411796 or 2913770. OLE color: 2913770.
HSL color Cylindrical-coordinate representation of color #EA752C: hue angle of 23.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA752C is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 44 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.08 |
| HSL | 23.05º | 0.82% | 0.55% | - |
| HSV(B) | 23.05º | 0.81% | 0.92% | - |
| XYZ | 40.75 | 30.4 | 6.1 | - |
| YUV | 143.66 | 71.76 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 44 | 0 | 0.5 | 0.81 | 0.08 | 23.05 | 0.82 | 0.55 |
| Hex | EA | 75 | 2C | 0 | 32 | 51 | 8 | 17 | 52 | 37 |
| Octal | 352 | 165 | 54 | 0 | 62 | 121 | 10 | 27 | 122 | 67 |
| Binary | 11101010 | 1110101 | 101100 | 0 | 110010 | 1010001 | 1000 | 10111 | 1010010 | 110111 |
Color Harmonies of #EA752C
Complementary color
Monochromatic Colors of #EA752C
Black with #EA752C
Text Example
Text Example
White with #EA752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA752C; }
p { color: rgb(234,117,44); }
H1.HeaderClassName
{
color: #EA752C;
}
.AnyTagClassName
{
color: #EA752C;
}
</style>
background-color css
<style>
a { background-color: #EA752C; }
a { background-color: rgb(234,117,44); }
div.DivClassName
{
background-color: #EA752C;
}
.BgClassName
{
background-color: #EA752C;
}
</style>
border-color css
<style>
span { border-color: #EA752C; }
span { border-color: rgb(234,117,44); }
td.TdClassName
{
border-color: #EA752C;
}
.TagClassName
{
border-color: #EA752C;
}
</style>