Shades of Tahiti Gold #EC651F
Tints of Tahiti Gold #EC651F
RGB
CMYK
RGB Variations
Color information
#EC651F (or 0xEC651F) is known color: Tahiti Gold. HEX triplet: EC, 65 and 1F. RGB value is (236,101,31). Sum of RGB (Red+Green+Blue) = 236+101+31=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC651F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC651F is #139AE0. Grayscale: #858585. Windows color (decimal): -1284833 or 2057708. OLE color: 2057708.
HSL color Cylindrical-coordinate representation of color #EC651F: hue angle of 20.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC651F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.07 |
| HSL | 20.49º | 0.84% | 0.52% | - |
| HSV(B) | 20.49º | 0.87% | 0.93% | - |
| XYZ | 39.49 | 27.24 | 4.47 | - |
| YUV | 133.39 | 70.23 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 31 | 0 | 0.57 | 0.87 | 0.07 | 20.49 | 0.84 | 0.52 |
| Hex | EC | 65 | 1F | 0 | 39 | 57 | 7 | 14 | 54 | 34 |
| Octal | 354 | 145 | 37 | 0 | 71 | 127 | 7 | 24 | 124 | 64 |
| Binary | 11101100 | 1100101 | 11111 | 0 | 111001 | 1010111 | 111 | 10100 | 1010100 | 110100 |
Color Harmonies of #EC651F
Complementary color
Monochromatic Colors of #EC651F
Black with #EC651F
Text Example
Text Example
White with #EC651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC651F; }
p { color: rgb(236,101,31); }
H1.HeaderClassName
{
color: #EC651F;
}
.AnyTagClassName
{
color: #EC651F;
}
</style>
background-color css
<style>
a { background-color: #EC651F; }
a { background-color: rgb(236,101,31); }
div.DivClassName
{
background-color: #EC651F;
}
.BgClassName
{
background-color: #EC651F;
}
</style>
border-color css
<style>
span { border-color: #EC651F; }
span { border-color: rgb(236,101,31); }
td.TdClassName
{
border-color: #EC651F;
}
.TagClassName
{
border-color: #EC651F;
}
</style>