#ec6a2a

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

Shades of Tahiti Gold #EC6A2A

Tints of Tahiti Gold #EC6A2A

Color information

#EC6A2A (or 0xEC6A2A) is unknown color: approx Tahiti Gold. HEX triplet: EC, 6A and 2A. RGB value is (236,106,42). Sum of RGB (Red+Green+Blue) = 236+106+42=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6A2A is #1395D5. Grayscale: #898989. Windows color (decimal): -1283542 or 2779884. OLE color: 2779884.

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

Color convert

RGB23610642-
CMYK00.550.820.07
HSL19.79º83.62%54.51%-
HSV(B)19.79º82.2%92.55%-
XYZ40.1628.315.54-
YUV137.5774.07198.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.46%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 42 (16.80% from 255) = 10.94%
R=61.46%
G=27.60%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361064200.550.820.0719.7983.6254.51
HexEC6A2A037527145437
Octal3541525206712272412467
Binary11101100110101010101001101111010010111101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6a2a; }

 p { color: rgb(236,106,42); }

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

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

 a { background-color: rgb(236,106,42); }

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

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

 span { border-color: rgb(236,106,42); }

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