Html Css Color HEX #E08120 Tahiti Gold

📋 copy color: '#E08120'

red 224 ◦ green 129 ◦ blue 32

#E08120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #E08120

Tints of Tahiti Gold #E08120

RGB

 RED value IS 224 (87.89% from 255) = 58.18%

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 58.18%
G = 33.51%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E08120 (or 0xE08120) is known color: Tahiti Gold. HEX triplet: E0, 81 and 20. RGB value is (224,129,32). Sum of RGB (Red+Green+Blue) = 224+129+32=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E08120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08120 is #1F7EDF. Grayscale: #929292. Windows color (decimal): -2064096 or 2130400. OLE color: 2130400.

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

Color convert

RGB 224 129 32 -
CMYK 0 0.42 0.86 0.12
HSL 30.31º 0.76% 0.5% -
HSV(B) 30.31º 0.86% 0.88% -
XYZ 38.85 31.65 5.43 -
YUV 146.35 63.47 183.39 -
System Red Green Blue C M Y K H S L
Decimal 224 129 32 0 0.42 0.86 0.12 30.31 0.76 0.5
Hex E0 81 20 0 2A 56 C 1E 4C 32
Octal 340 201 40 0 52 126 14 36 114 62
Binary 11100000 10000001 100000 0 101010 1010110 1100 11110 1001100 110010

Color Harmonies of #E08120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08120

Black with #E08120

Text Example


Text Example

White with #E08120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08120; }

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

 H1.HeaderClassName
 {
   color: #E08120;
 }
 .AnyTagClassName
 {
   color: #E08120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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