Shades of Tahiti Gold #ED6623
Tints of Tahiti Gold #ED6623
RGB
CMYK
RGB Variations
Color information
#ED6623 (or 0xED6623) is known color: Tahiti Gold. HEX triplet: ED, 66 and 23. RGB value is (237,102,35). Sum of RGB (Red+Green+Blue) = 237+102+35=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6623 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6623 is #1299DC. Grayscale: #878787. Windows color (decimal): -1219037 or 2320109. OLE color: 2320109.
HSL color Cylindrical-coordinate representation of color #ED6623: hue angle of 19.9º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED6623 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 35 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.07 |
| HSL | 19.9º | 0.85% | 0.53% | - |
| HSV(B) | 19.9º | 0.85% | 0.93% | - |
| XYZ | 39.98 | 27.63 | 4.82 | - |
| YUV | 134.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 35 | 0 | 0.57 | 0.85 | 0.07 | 19.9 | 0.85 | 0.53 |
| Hex | ED | 66 | 23 | 0 | 39 | 55 | 7 | 14 | 55 | 35 |
| Octal | 355 | 146 | 43 | 0 | 71 | 125 | 7 | 24 | 125 | 65 |
| Binary | 11101101 | 1100110 | 100011 | 0 | 111001 | 1010101 | 111 | 10100 | 1010101 | 110101 |
Color Harmonies of #ED6623
Complementary color
Monochromatic Colors of #ED6623
Black with #ED6623
Text Example
Text Example
White with #ED6623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6623; }
p { color: rgb(237,102,35); }
H1.HeaderClassName
{
color: #ED6623;
}
.AnyTagClassName
{
color: #ED6623;
}
</style>
background-color css
<style>
a { background-color: #ED6623; }
a { background-color: rgb(237,102,35); }
div.DivClassName
{
background-color: #ED6623;
}
.BgClassName
{
background-color: #ED6623;
}
</style>
border-color css
<style>
span { border-color: #ED6623; }
span { border-color: rgb(237,102,35); }
td.TdClassName
{
border-color: #ED6623;
}
.TagClassName
{
border-color: #ED6623;
}
</style>