#E16B21

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

Shades of Tahiti Gold #E16B21

Tints of Tahiti Gold #E16B21

Color information

#E16B21 (or 0xE16B21) is unknown color: approx Tahiti Gold. HEX triplet: E1, 6B and 21. RGB value is (225,107,33). Sum of RGB (Red+Green+Blue) = 225+107+33=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B21 is #1E94DE. Grayscale: #868686. Windows color (decimal): -2004191 or 2190305. OLE color: 2190305.

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

Color convert

RGB22510733-
CMYK00.520.850.12
HSL23.12º76.19%50.59%-
HSV(B)23.12º85.33%88.24%-
XYZ36.5826.634.65-
YUV133.8571.09193.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.64%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 33 (13.28% from 255) = 9.04%
R=61.64%
G=29.32%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251073300.520.850.1223.1276.1950.59
HexE16B2103455C174c33
Octal34115341064125142711463
Binary111000011101011100001011010010101011100101111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B21; }

 p { color: rgb(225,107,33); }

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

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

 a { background-color: rgb(225,107,33); }

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

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

 span { border-color: rgb(225,107,33); }

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