Shades of Tahiti Gold #EB671C
Tints of Tahiti Gold #EB671C
RGB
CMYK
RGB Variations
Color information
#EB671C (or 0xEB671C) is known color: Tahiti Gold. HEX triplet: EB, 67 and 1C. RGB value is (235,103,28). Sum of RGB (Red+Green+Blue) = 235+103+28=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB671C is #1498E3. Grayscale: #868686. Windows color (decimal): -1349860 or 1861611. OLE color: 1861611.
HSL color Cylindrical-coordinate representation of color #EB671C: hue angle of 21.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB671C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.08 |
| HSL | 21.74º | 0.84% | 0.52% | - |
| HSV(B) | 21.74º | 0.88% | 0.92% | - |
| XYZ | 39.32 | 27.45 | 4.32 | - |
| YUV | 133.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 28 | 0 | 0.56 | 0.88 | 0.08 | 21.74 | 0.84 | 0.52 |
| Hex | EB | 67 | 1C | 0 | 38 | 58 | 8 | 16 | 54 | 34 |
| Octal | 353 | 147 | 34 | 0 | 70 | 130 | 10 | 26 | 124 | 64 |
| Binary | 11101011 | 1100111 | 11100 | 0 | 111000 | 1011000 | 1000 | 10110 | 1010100 | 110100 |
Color Harmonies of #EB671C
Complementary color
Monochromatic Colors of #EB671C
Black with #EB671C
Text Example
Text Example
White with #EB671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB671C; }
p { color: rgb(235,103,28); }
H1.HeaderClassName
{
color: #EB671C;
}
.AnyTagClassName
{
color: #EB671C;
}
</style>
background-color css
<style>
a { background-color: #EB671C; }
a { background-color: rgb(235,103,28); }
div.DivClassName
{
background-color: #EB671C;
}
.BgClassName
{
background-color: #EB671C;
}
</style>
border-color css
<style>
span { border-color: #EB671C; }
span { border-color: rgb(235,103,28); }
td.TdClassName
{
border-color: #EB671C;
}
.TagClassName
{
border-color: #EB671C;
}
</style>