Shades of Tahiti Gold #EB672A
Tints of Tahiti Gold #EB672A
RGB
CMYK
RGB Variations
Color information
#EB672A (or 0xEB672A) is known color: Tahiti Gold. HEX triplet: EB, 67 and 2A. RGB value is (235,103,42). Sum of RGB (Red+Green+Blue) = 235+103+42=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB672A is #1498D5. Grayscale: #878787. Windows color (decimal): -1349846 or 2779115. OLE color: 2779115.
HSL color Cylindrical-coordinate representation of color #EB672A: hue angle of 18.96º degrees, saturation: 0.83, 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 #EB672A is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 42 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.08 |
| HSL | 18.96º | 0.83% | 0.54% | - |
| HSV(B) | 18.96º | 0.82% | 0.92% | - |
| XYZ | 39.53 | 27.53 | 5.42 | - |
| YUV | 135.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 42 | 0 | 0.56 | 0.82 | 0.08 | 18.96 | 0.83 | 0.54 |
| Hex | EB | 67 | 2A | 0 | 38 | 52 | 8 | 13 | 53 | 36 |
| Octal | 353 | 147 | 52 | 0 | 70 | 122 | 10 | 23 | 123 | 66 |
| Binary | 11101011 | 1100111 | 101010 | 0 | 111000 | 1010010 | 1000 | 10011 | 1010011 | 110110 |
Color Harmonies of #EB672A
Complementary color
Monochromatic Colors of #EB672A
Black with #EB672A
Text Example
Text Example
White with #EB672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB672A; }
p { color: rgb(235,103,42); }
H1.HeaderClassName
{
color: #EB672A;
}
.AnyTagClassName
{
color: #EB672A;
}
</style>
background-color css
<style>
a { background-color: #EB672A; }
a { background-color: rgb(235,103,42); }
div.DivClassName
{
background-color: #EB672A;
}
.BgClassName
{
background-color: #EB672A;
}
</style>
border-color css
<style>
span { border-color: #EB672A; }
span { border-color: rgb(235,103,42); }
td.TdClassName
{
border-color: #EB672A;
}
.TagClassName
{
border-color: #EB672A;
}
</style>