Shades of Tahiti Gold #ED7B28
Tints of Tahiti Gold #ED7B28
RGB
CMYK
RGB Variations
Color information
#ED7B28 (or 0xED7B28) is known color: Tahiti Gold. HEX triplet: ED, 7B and 28. RGB value is (237,123,40). Sum of RGB (Red+Green+Blue) = 237+123+40=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7B28 is #1284D7. Grayscale: #949494. Windows color (decimal): -1213656 or 2653165. OLE color: 2653165.
HSL color Cylindrical-coordinate representation of color #ED7B28: hue angle of 25.28º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED7B28 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 40 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.07 |
| HSL | 25.28º | 0.85% | 0.54% | - |
| HSV(B) | 25.28º | 0.83% | 0.93% | - |
| XYZ | 42.39 | 32.32 | 6.01 | - |
| YUV | 147.62 | 67.27 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 40 | 0 | 0.48 | 0.83 | 0.07 | 25.28 | 0.85 | 0.54 |
| Hex | ED | 7B | 28 | 0 | 30 | 53 | 7 | 19 | 55 | 36 |
| Octal | 355 | 173 | 50 | 0 | 60 | 123 | 7 | 31 | 125 | 66 |
| Binary | 11101101 | 1111011 | 101000 | 0 | 110000 | 1010011 | 111 | 11001 | 1010101 | 110110 |
Color Harmonies of #ED7B28
Complementary color
Monochromatic Colors of #ED7B28
Black with #ED7B28
Text Example
Text Example
White with #ED7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B28; }
p { color: rgb(237,123,40); }
H1.HeaderClassName
{
color: #ED7B28;
}
.AnyTagClassName
{
color: #ED7B28;
}
</style>
background-color css
<style>
a { background-color: #ED7B28; }
a { background-color: rgb(237,123,40); }
div.DivClassName
{
background-color: #ED7B28;
}
.BgClassName
{
background-color: #ED7B28;
}
</style>
border-color css
<style>
span { border-color: #ED7B28; }
span { border-color: rgb(237,123,40); }
td.TdClassName
{
border-color: #ED7B28;
}
.TagClassName
{
border-color: #ED7B28;
}
</style>