Shades of Tahiti Gold #EB772C
Tints of Tahiti Gold #EB772C
RGB
CMYK
RGB Variations
Color information
#EB772C (or 0xEB772C) is known color: Tahiti Gold. HEX triplet: EB, 77 and 2C. RGB value is (235,119,44). Sum of RGB (Red+Green+Blue) = 235+119+44=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB772C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB772C is #1488D3. Grayscale: #919191. Windows color (decimal): -1345748 or 2914283. OLE color: 2914283.
HSL color Cylindrical-coordinate representation of color #EB772C: hue angle of 23.56º 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 #EB772C is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 44 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.08 |
| HSL | 23.56º | 0.83% | 0.55% | - |
| HSV(B) | 23.56º | 0.81% | 0.92% | - |
| XYZ | 41.31 | 31.04 | 6.2 | - |
| YUV | 145.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 44 | 0 | 0.49 | 0.81 | 0.08 | 23.56 | 0.83 | 0.55 |
| Hex | EB | 77 | 2C | 0 | 31 | 51 | 8 | 18 | 53 | 37 |
| Octal | 353 | 167 | 54 | 0 | 61 | 121 | 10 | 30 | 123 | 67 |
| Binary | 11101011 | 1110111 | 101100 | 0 | 110001 | 1010001 | 1000 | 11000 | 1010011 | 110111 |
Color Harmonies of #EB772C
Complementary color
Monochromatic Colors of #EB772C
Black with #EB772C
Text Example
Text Example
White with #EB772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB772C; }
p { color: rgb(235,119,44); }
H1.HeaderClassName
{
color: #EB772C;
}
.AnyTagClassName
{
color: #EB772C;
}
</style>
background-color css
<style>
a { background-color: #EB772C; }
a { background-color: rgb(235,119,44); }
div.DivClassName
{
background-color: #EB772C;
}
.BgClassName
{
background-color: #EB772C;
}
</style>
border-color css
<style>
span { border-color: #EB772C; }
span { border-color: rgb(235,119,44); }
td.TdClassName
{
border-color: #EB772C;
}
.TagClassName
{
border-color: #EB772C;
}
</style>