#E1662A

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

Shades of Tahiti Gold #E1662A

Tints of Tahiti Gold #E1662A

Color information

#E1662A (or 0xE1662A) is unknown color: approx Tahiti Gold. HEX triplet: E1, 66 and 2A. RGB value is (225,102,42). Sum of RGB (Red+Green+Blue) = 225+102+42=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1662A is #1E99D5. Grayscale: #848484. Windows color (decimal): -2005462 or 2778849. OLE color: 2778849.

HSL color Cylindrical-coordinate representation of color #E1662A: hue angle of 19.67º 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 #E1662A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22510242-
CMYK00.550.810.12
HSL19.67º75.31%52.35%-
HSV(B)19.67º81.33%88.24%-
XYZ36.2225.685.24-
YUV131.9477.25194.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.98%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=60.98%
G=27.64%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251024200.550.810.1219.6775.3152.35
HexE1662A03751C144b34
Octal34114652067121142411364
Binary111000011100110101010011011110100011100101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1662A; }

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

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

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

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

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

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

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

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