Html Css Color HEX #E1801E Tahiti Gold

📋 copy color: '#E1801E'

red 225 ◦ green 128 ◦ blue 30

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

Shades of Tahiti Gold #E1801E

Tints of Tahiti Gold #E1801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 58.75%
G = 33.42%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1801E (or 0xE1801E) is known color: Tahiti Gold. HEX triplet: E1, 80 and 1E. RGB value is (225,128,30). Sum of RGB (Red+Green+Blue) = 225+128+30=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1801E is #1E7FE1. Grayscale: #929292. Windows color (decimal): -1998818 or 1999073. OLE color: 1999073.

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

Color convert

RGB 225 128 30 -
CMYK 0 0.43 0.87 0.12
HSL 30.15º 0.76% 0.5% -
HSV(B) 30.15º 0.87% 0.88% -
XYZ 39 31.54 5.26 -
YUV 145.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 225 128 30 0 0.43 0.87 0.12 30.15 0.76 0.5
Hex E1 80 1E 0 2B 57 C 1E 4C 32
Octal 341 200 36 0 53 127 14 36 114 62
Binary 11100001 10000000 11110 0 101011 1010111 1100 11110 1001100 110010

Color Harmonies of #E1801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1801E

Black with #E1801E

Text Example


Text Example

White with #E1801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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