#EC611D

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

Shades of Tahiti Gold #EC611D

Tints of Tahiti Gold #EC611D

Color information

#EC611D (or 0xEC611D) is unknown color: approx Tahiti Gold. HEX triplet: EC, 61 and 1D. RGB value is (236,97,29). Sum of RGB (Red+Green+Blue) = 236+97+29=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC611D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC611D is #139EE2. Grayscale: #838383. Windows color (decimal): -1285859 or 1925612. OLE color: 1925612.

HSL color Cylindrical-coordinate representation of color #EC611D: hue angle of 19.71º 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 #EC611D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2369729-
CMYK00.590.880.07
HSL19.71º84.49%51.96%-
HSV(B)19.71º87.71%92.55%-
XYZ39.0926.474.21-
YUV130.8170.55203.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.19%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 29 (11.72% from 255) = 8.01%
R=65.19%
G=26.80%
B=8.01%

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
Decimal236972900.590.880.0719.7184.4951.96
HexEC611D03B587145434
Octal3541413507313072412464
Binary1110110011000011110101110111011000111101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC611D; }

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

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

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

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

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

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

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

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