Html Css Color HEX #E0801C Tahiti Gold

📋 copy color: '#E0801C'

red 224 ◦ green 128 ◦ blue 28

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

Shades of Tahiti Gold #E0801C

Tints of Tahiti Gold #E0801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 58.95%
G = 33.68%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0801C (or 0xE0801C) is known color: Tahiti Gold. HEX triplet: E0, 80 and 1C. RGB value is (224,128,28). Sum of RGB (Red+Green+Blue) = 224+128+28=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0801C is #1F7FE3. Grayscale: #919191. Windows color (decimal): -2064356 or 1868000. OLE color: 1868000.

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

Color convert

RGB 224 128 28 -
CMYK 0 0.43 0.88 0.12
HSL 30.61º 0.78% 0.49% -
HSV(B) 30.61º 0.88% 0.88% -
XYZ 38.67 31.37 5.12 -
YUV 145.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 224 128 28 0 0.43 0.88 0.12 30.61 0.78 0.49
Hex E0 80 1C 0 2B 58 C 1F 4E 31
Octal 340 200 34 0 53 130 14 37 116 61
Binary 11100000 10000000 11100 0 101011 1011000 1100 11111 1001110 110001

Color Harmonies of #E0801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0801C

Black with #E0801C

Text Example


Text Example

White with #E0801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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