Shades of Tahiti Gold #ED6626
Tints of Tahiti Gold #ED6626
RGB
CMYK
RGB Variations
Color information
#ED6626 (or 0xED6626) is known color: Tahiti Gold. HEX triplet: ED, 66 and 26. RGB value is (237,102,38). Sum of RGB (Red+Green+Blue) = 237+102+38=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6626 is #1299D9. Grayscale: #878787. Windows color (decimal): -1219034 or 2516717. OLE color: 2516717.
HSL color Cylindrical-coordinate representation of color #ED6626: hue angle of 19.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED6626 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 38 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.07 |
| HSL | 19.3º | 0.85% | 0.54% | - |
| HSV(B) | 19.3º | 0.84% | 0.93% | - |
| XYZ | 40.03 | 27.65 | 5.06 | - |
| YUV | 135.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 38 | 0 | 0.57 | 0.84 | 0.07 | 19.3 | 0.85 | 0.54 |
| Hex | ED | 66 | 26 | 0 | 39 | 54 | 7 | 13 | 55 | 36 |
| Octal | 355 | 146 | 46 | 0 | 71 | 124 | 7 | 23 | 125 | 66 |
| Binary | 11101101 | 1100110 | 100110 | 0 | 111001 | 1010100 | 111 | 10011 | 1010101 | 110110 |
Color Harmonies of #ED6626
Complementary color
Monochromatic Colors of #ED6626
Black with #ED6626
Text Example
Text Example
White with #ED6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6626; }
p { color: rgb(237,102,38); }
H1.HeaderClassName
{
color: #ED6626;
}
.AnyTagClassName
{
color: #ED6626;
}
</style>
background-color css
<style>
a { background-color: #ED6626; }
a { background-color: rgb(237,102,38); }
div.DivClassName
{
background-color: #ED6626;
}
.BgClassName
{
background-color: #ED6626;
}
</style>
border-color css
<style>
span { border-color: #ED6626; }
span { border-color: rgb(237,102,38); }
td.TdClassName
{
border-color: #ED6626;
}
.TagClassName
{
border-color: #ED6626;
}
</style>