Html Css Color HEX #E1801D Tahiti Gold

📋 copy color: '#E1801D'

red 225 ◦ green 128 ◦ blue 29

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

Shades of Tahiti Gold #E1801D

Tints of Tahiti Gold #E1801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 58.9%
G = 33.51%
B = 7.59%

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

#E1801D (or 0xE1801D) is known color: Tahiti Gold. HEX triplet: E1, 80 and 1D. RGB value is (225,128,29). Sum of RGB (Red+Green+Blue) = 225+128+29=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1801D is #1E7FE2. Grayscale: #929292. Windows color (decimal): -1998819 or 1933537. OLE color: 1933537.

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

Color convert

RGB 225 128 29 -
CMYK 0 0.43 0.87 0.12
HSL 30.31º 0.77% 0.5% -
HSV(B) 30.31º 0.87% 0.88% -
XYZ 38.99 31.53 5.19 -
YUV 145.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 225 128 29 0 0.43 0.87 0.12 30.31 0.77 0.5
Hex E1 80 1D 0 2B 57 C 1E 4D 32
Octal 341 200 35 0 53 127 14 36 115 62
Binary 11100001 10000000 11101 0 101011 1010111 1100 11110 1001101 110010

Color Harmonies of #E1801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1801D

Black with #E1801D

Text Example


Text Example

White with #E1801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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