#EC601D

Color #EC601D Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #EC601D

Tints of Tahiti Gold #EC601D

Color information

#EC601D (or 0xEC601D) is unknown color: approx Tahiti Gold. HEX triplet: EC, 60 and 1D. RGB value is (236,96,29). Sum of RGB (Red+Green+Blue) = 236+96+29=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC601D is #139FE2. Grayscale: #828282. Windows color (decimal): -1286115 or 1925356. OLE color: 1925356.

HSL color Cylindrical-coordinate representation of color #EC601D: hue angle of 19.42º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC601D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2369629-
CMYK00.590.880.07
HSL19.42º84.49%51.96%-
HSV(B)19.42º87.71%92.55%-
XYZ3926.294.18-
YUV130.2270.88203.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 65.37%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 29 (11.72% from 255) = 8.03%
R=65.37%
G=26.59%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236962900.590.880.0719.4284.4951.96
HexEC601D03B587135434
Octal3541403507313072312464
Binary1110110011000001110101110111011000111100111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC601D; }

 p { color: rgb(236,96,29); }

 H1.HeaderClassName
 {
   color: #EC601D;
 }
 .AnyTagClassName
 {
   color: #EC601D;
 }
</style>
background-color css

<style>
 a { background-color: #EC601D; }

 a { background-color: rgb(236,96,29); }

 div.DivClassName
 {
   background-color: #EC601D;
 }
 .BgClassName
 {
   background-color: #EC601D;
 }
</style>
border-color css

<style>
 span { border-color: #EC601D; }

 span { border-color: rgb(236,96,29); }

 td.TdClassName
 {
   border-color: #EC601D;
 }
 .TagClassName
 {
   border-color: #EC601D;
 }
</style>