Html Css Color HEX #E18020 Tahiti Gold

📋 copy color: '#E18020'

red 225 ◦ green 128 ◦ blue 32

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

Shades of Tahiti Gold #E18020

Tints of Tahiti Gold #E18020

RGB

 RED value IS 225 (88.28% from 255) = 58.44%

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 58.44%
G = 33.25%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E18020 (or 0xE18020) is known color: Tahiti Gold. HEX triplet: E1, 80 and 20. RGB value is (225,128,32). Sum of RGB (Red+Green+Blue) = 225+128+32=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E18020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18020 is #1E7FDF. Grayscale: #929292. Windows color (decimal): -1998816 or 2130145. OLE color: 2130145.

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

Color convert

RGB 225 128 32 -
CMYK 0 0.43 0.86 0.12
HSL 29.84º 0.76% 0.5% -
HSV(B) 29.84º 0.86% 0.88% -
XYZ 39.03 31.55 5.4 -
YUV 146.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 225 128 32 0 0.43 0.86 0.12 29.84 0.76 0.5
Hex E1 80 20 0 2B 56 C 1E 4C 32
Octal 341 200 40 0 53 126 14 36 114 62
Binary 11100001 10000000 100000 0 101011 1010110 1100 11110 1001100 110010

Color Harmonies of #E18020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18020

Black with #E18020

Text Example


Text Example

White with #E18020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18020; }

 p { color: rgb(225,128,32); }

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

background-color css

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

 a { background-color: rgb(225,128,32); }

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

border-color css

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

 span { border-color: rgb(225,128,32); }

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