Html Css Color HEX #E1701C Tahiti Gold

📋 copy color: '#E1701C'

red 225 ◦ green 112 ◦ blue 28

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

Shades of Tahiti Gold #E1701C

Tints of Tahiti Gold #E1701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 61.64%
G = 30.68%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1701C (or 0xE1701C) is known color: Tahiti Gold. HEX triplet: E1, 70 and 1C. RGB value is (225,112,28). Sum of RGB (Red+Green+Blue) = 225+112+28=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1701C is #1E8FE3. Grayscale: #888888. Windows color (decimal): -2002916 or 1863905. OLE color: 1863905.

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

Color convert

RGB 225 112 28 -
CMYK 0 0.50 0.88 0.12
HSL 25.58º 0.78% 0.5% -
HSV(B) 25.58º 0.88% 0.88% -
XYZ 37.06 27.68 4.49 -
YUV 136.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 225 112 28 0 0.50 0.88 0.12 25.58 0.78 0.5
Hex E1 70 1C 0 32 58 C 1A 4E 32
Octal 341 160 34 0 62 130 14 32 116 62
Binary 11100001 1110000 11100 0 110010 1011000 1100 11010 1001110 110010

Color Harmonies of #E1701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1701C

Black with #E1701C

Text Example


Text Example

White with #E1701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1701C; }

 p { color: rgb(225,112,28); }

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

background-color css

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

 a { background-color: rgb(225,112,28); }

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

border-color css

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

 span { border-color: rgb(225,112,28); }

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