#E08121

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

Shades of Tahiti Gold #E08121

Tints of Tahiti Gold #E08121

Color information

#E08121 (or 0xE08121) is unknown color: approx Tahiti Gold. HEX triplet: E0, 81 and 21. RGB value is (224,129,33). Sum of RGB (Red+Green+Blue) = 224+129+33=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E08121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08121 is #1F7EDE. Grayscale: #929292. Windows color (decimal): -2064095 or 2195936. OLE color: 2195936.

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

Color convert

RGB22412933-
CMYK00.420.850.12
HSL30.16º75.49%50.39%-
HSV(B)30.16º85.27%87.84%-
XYZ38.8731.665.5-
YUV146.4663.97183.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.03%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 33 (13.28% from 255) = 8.55%
R=58.03%
G=33.42%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241293300.420.850.1230.1675.4950.39
HexE0812102A55C1e4b32
Octal34020141052125143611362
Binary1110000010000001100001010101010101011100111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08121; }

 p { color: rgb(224,129,33); }

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

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

 a { background-color: rgb(224,129,33); }

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

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

 span { border-color: rgb(224,129,33); }

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