#E16D21

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

Shades of Tahiti Gold #E16D21

Tints of Tahiti Gold #E16D21

Color information

#E16D21 (or 0xE16D21) is unknown color: approx Tahiti Gold. HEX triplet: E1, 6D and 21. RGB value is (225,109,33). Sum of RGB (Red+Green+Blue) = 225+109+33=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D21 is #1E92DE. Grayscale: #878787. Windows color (decimal): -2003679 or 2190817. OLE color: 2190817.

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

Color convert

RGB22510933-
CMYK00.520.850.12
HSL23.75º76.19%50.59%-
HSV(B)23.75º85.33%88.24%-
XYZ36.7927.054.72-
YUV135.0270.43192.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.31%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=61.31%
G=29.70%
B=8.99%

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
Decimal2251093300.520.850.1223.7576.1950.59
HexE16D2103455C184c33
Octal34115541064125143011463
Binary111000011101101100001011010010101011100110001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D21; }

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

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

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

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

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

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

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

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