#e16b2d

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

Shades of Tahiti Gold #E16B2D

Tints of Tahiti Gold #E16B2D

Color information

#E16B2D (or 0xE16B2D) is unknown color: approx Tahiti Gold. HEX triplet: E1, 6B and 2D. RGB value is (225,107,45). Sum of RGB (Red+Green+Blue) = 225+107+45=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B2D is #1E94D2. Grayscale: #878787. Windows color (decimal): -2004179 or 2976737. OLE color: 2976737.

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

Color convert

RGB22510745-
CMYK00.520.80.12
HSL20.67º75%52.94%-
HSV(B)20.67º80%88.24%-
XYZ36.7826.715.7-
YUV135.2177.09192.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=59.68%
G=28.38%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251074500.520.80.1220.677552.94
HexE16B2D03450C154b35
Octal34115355064120142511365
Binary111000011101011101101011010010100001100101011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16b2d; }

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

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

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

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

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

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

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

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