#E08021

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

Shades of Tahiti Gold #E08021

Tints of Tahiti Gold #E08021

Color information

#E08021 (or 0xE08021) is unknown color: approx Tahiti Gold. HEX triplet: E0, 80 and 21. RGB value is (224,128,33). Sum of RGB (Red+Green+Blue) = 224+128+33=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E08021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08021 is #1F7FDE. Grayscale: #929292. Windows color (decimal): -2064351 or 2195680. OLE color: 2195680.

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

Color convert

RGB22412833-
CMYK00.430.850.12
HSL29.84º75.49%50.39%-
HSV(B)29.84º85.27%87.84%-
XYZ38.7331.45.46-
YUV145.8764.3183.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.18%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 33 (13.28% from 255) = 8.57%
R=58.18%
G=33.25%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241283300.430.850.1229.8475.4950.39
HexE0802102B55C1e4b32
Octal34020041053125143611362
Binary1110000010000000100001010101110101011100111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08021; }

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

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

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

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

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

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

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

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