Shades of Tahiti Gold #EB6D28
Tints of Tahiti Gold #EB6D28
RGB
CMYK
RGB Variations
Color information
#EB6D28 (or 0xEB6D28) is known color: Tahiti Gold. HEX triplet: EB, 6D and 28. RGB value is (235,109,40). Sum of RGB (Red+Green+Blue) = 235+109+40=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6D28 is #1492D7. Grayscale: #8B8B8B. Windows color (decimal): -1348312 or 2649579. OLE color: 2649579.
HSL color Cylindrical-coordinate representation of color #EB6D28: hue angle of 21.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB6D28 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 40 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.08 |
| HSL | 21.23º | 0.83% | 0.54% | - |
| HSV(B) | 21.23º | 0.83% | 0.92% | - |
| XYZ | 40.11 | 28.75 | 5.44 | - |
| YUV | 138.81 | 72.24 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 40 | 0 | 0.54 | 0.83 | 0.08 | 21.23 | 0.83 | 0.54 |
| Hex | EB | 6D | 28 | 0 | 36 | 53 | 8 | 15 | 53 | 36 |
| Octal | 353 | 155 | 50 | 0 | 66 | 123 | 10 | 25 | 123 | 66 |
| Binary | 11101011 | 1101101 | 101000 | 0 | 110110 | 1010011 | 1000 | 10101 | 1010011 | 110110 |
Color Harmonies of #EB6D28
Complementary color
Monochromatic Colors of #EB6D28
Black with #EB6D28
Text Example
Text Example
White with #EB6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D28; }
p { color: rgb(235,109,40); }
H1.HeaderClassName
{
color: #EB6D28;
}
.AnyTagClassName
{
color: #EB6D28;
}
</style>
background-color css
<style>
a { background-color: #EB6D28; }
a { background-color: rgb(235,109,40); }
div.DivClassName
{
background-color: #EB6D28;
}
.BgClassName
{
background-color: #EB6D28;
}
</style>
border-color css
<style>
span { border-color: #EB6D28; }
span { border-color: rgb(235,109,40); }
td.TdClassName
{
border-color: #EB6D28;
}
.TagClassName
{
border-color: #EB6D28;
}
</style>