Html Css Color HEX #E0801D Tahiti Gold

📋 copy color: '#E0801D'

red 224 ◦ green 128 ◦ blue 29

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

Shades of Tahiti Gold #E0801D

Tints of Tahiti Gold #E0801D

RGB

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

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

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

R = 58.79%
G = 33.6%
B = 7.61%

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

#E0801D (or 0xE0801D) is known color: Tahiti Gold. HEX triplet: E0, 80 and 1D. RGB value is (224,128,29). Sum of RGB (Red+Green+Blue) = 224+128+29=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0801D is #1F7FE2. Grayscale: #919191. Windows color (decimal): -2064355 or 1933536. OLE color: 1933536.

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

Color convert

RGB 224 128 29 -
CMYK 0 0.43 0.87 0.12
HSL 30.46º 0.77% 0.5% -
HSV(B) 30.46º 0.87% 0.88% -
XYZ 38.68 31.37 5.18 -
YUV 145.42 62.3 184.05 -
System Red Green Blue C M Y K H S L
Decimal 224 128 29 0 0.43 0.87 0.12 30.46 0.77 0.5
Hex E0 80 1D 0 2B 57 C 1E 4D 32
Octal 340 200 35 0 53 127 14 36 115 62
Binary 11100000 10000000 11101 0 101011 1010111 1100 11110 1001101 110010

Color Harmonies of #E0801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0801D

Black with #E0801D

Text Example


Text Example

White with #E0801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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