Shades of Tahiti Gold #EB762C
Tints of Tahiti Gold #EB762C
RGB
CMYK
RGB Variations
Color information
#EB762C (or 0xEB762C) is known color: Tahiti Gold. HEX triplet: EB, 76 and 2C. RGB value is (235,118,44). Sum of RGB (Red+Green+Blue) = 235+118+44=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB762C is #1489D3. Grayscale: #909090. Windows color (decimal): -1346004 or 2914027. OLE color: 2914027.
HSL color Cylindrical-coordinate representation of color #EB762C: hue angle of 23.25º degrees, saturation: 0.83, 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 #EB762C is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 44 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.08 |
| HSL | 23.25º | 0.83% | 0.55% | - |
| HSV(B) | 23.25º | 0.81% | 0.92% | - |
| XYZ | 41.19 | 30.8 | 6.16 | - |
| YUV | 144.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 44 | 0 | 0.50 | 0.81 | 0.08 | 23.25 | 0.83 | 0.55 |
| Hex | EB | 76 | 2C | 0 | 32 | 51 | 8 | 17 | 53 | 37 |
| Octal | 353 | 166 | 54 | 0 | 62 | 121 | 10 | 27 | 123 | 67 |
| Binary | 11101011 | 1110110 | 101100 | 0 | 110010 | 1010001 | 1000 | 10111 | 1010011 | 110111 |
Color Harmonies of #EB762C
Complementary color
Monochromatic Colors of #EB762C
Black with #EB762C
Text Example
Text Example
White with #EB762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB762C; }
p { color: rgb(235,118,44); }
H1.HeaderClassName
{
color: #EB762C;
}
.AnyTagClassName
{
color: #EB762C;
}
</style>
background-color css
<style>
a { background-color: #EB762C; }
a { background-color: rgb(235,118,44); }
div.DivClassName
{
background-color: #EB762C;
}
.BgClassName
{
background-color: #EB762C;
}
</style>
border-color css
<style>
span { border-color: #EB762C; }
span { border-color: rgb(235,118,44); }
td.TdClassName
{
border-color: #EB762C;
}
.TagClassName
{
border-color: #EB762C;
}
</style>