#EC762A

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

Shades of Tahiti Gold #EC762A

Tints of Tahiti Gold #EC762A

Color information

#EC762A (or 0xEC762A) is unknown color: approx Tahiti Gold. HEX triplet: EC, 76 and 2A. RGB value is (236,118,42). Sum of RGB (Red+Green+Blue) = 236+118+42=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC762A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC762A is #1389D5. Grayscale: #919191. Windows color (decimal): -1280470 or 2782956. OLE color: 2782956.

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

Color convert

RGB23611842-
CMYK00.50.820.07
HSL23.51º83.62%54.51%-
HSV(B)23.51º82.2%92.55%-
XYZ41.4930.965.98-
YUV144.6270.09193.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.60%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 42 (16.80% from 255) = 10.61%
R=59.60%
G=29.80%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361184200.50.820.0723.5183.6254.51
HexEC762A032527185437
Octal3541665206212273012467
Binary11101100111011010101001100101010010111110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC762A; }

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

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

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

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

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

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

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

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