Shades of Tahiti Gold #EA752D
Tints of Tahiti Gold #EA752D
RGB
CMYK
RGB Variations
Color information
#EA752D (or 0xEA752D) is known color: Tahiti Gold. HEX triplet: EA, 75 and 2D. RGB value is (234,117,45). Sum of RGB (Red+Green+Blue) = 234+117+45=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA752D is #158AD2. Grayscale: #909090. Windows color (decimal): -1411795 or 2979306. OLE color: 2979306.
HSL color Cylindrical-coordinate representation of color #EA752D: hue angle of 22.86º 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 #EA752D is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 45 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.08 |
| HSL | 22.86º | 0.82% | 0.55% | - |
| HSV(B) | 22.86º | 0.81% | 0.92% | - |
| XYZ | 40.77 | 30.4 | 6.2 | - |
| YUV | 143.78 | 72.26 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 45 | 0 | 0.5 | 0.81 | 0.08 | 22.86 | 0.82 | 0.55 |
| Hex | EA | 75 | 2D | 0 | 32 | 51 | 8 | 17 | 52 | 37 |
| Octal | 352 | 165 | 55 | 0 | 62 | 121 | 10 | 27 | 122 | 67 |
| Binary | 11101010 | 1110101 | 101101 | 0 | 110010 | 1010001 | 1000 | 10111 | 1010010 | 110111 |
Color Harmonies of #EA752D
Complementary color
Monochromatic Colors of #EA752D
Black with #EA752D
Text Example
Text Example
White with #EA752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA752D; }
p { color: rgb(234,117,45); }
H1.HeaderClassName
{
color: #EA752D;
}
.AnyTagClassName
{
color: #EA752D;
}
</style>
background-color css
<style>
a { background-color: #EA752D; }
a { background-color: rgb(234,117,45); }
div.DivClassName
{
background-color: #EA752D;
}
.BgClassName
{
background-color: #EA752D;
}
</style>
border-color css
<style>
span { border-color: #EA752D; }
span { border-color: rgb(234,117,45); }
td.TdClassName
{
border-color: #EA752D;
}
.TagClassName
{
border-color: #EA752D;
}
</style>