#E16C2A

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

Shades of Tahiti Gold #E16C2A

Tints of Tahiti Gold #E16C2A

Color information

#E16C2A (or 0xE16C2A) is unknown color: approx Tahiti Gold. HEX triplet: E1, 6C and 2A. RGB value is (225,108,42). Sum of RGB (Red+Green+Blue) = 225+108+42=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C2A is #1E93D5. Grayscale: #878787. Windows color (decimal): -2003926 or 2780385. OLE color: 2780385.

HSL color Cylindrical-coordinate representation of color #E16C2A: hue angle of 21.64º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E16C2A is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22510842-
CMYK00.520.810.12
HSL21.64º75.31%52.35%-
HSV(B)21.64º81.33%88.24%-
XYZ36.8326.95.44-
YUV135.4675.26191.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=60%
G=28.8%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251084200.520.810.1221.6475.3152.35
HexE16C2A03451C164b34
Octal34115452064121142611364
Binary111000011101100101010011010010100011100101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C2A; }

 p { color: rgb(225,108,42); }

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

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

 a { background-color: rgb(225,108,42); }

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

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

 span { border-color: rgb(225,108,42); }

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