Html Css Color HEX #E2701C Tahiti Gold

📋 copy color: '#E2701C'

red 226 ◦ green 112 ◦ blue 28

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

Shades of Tahiti Gold #E2701C

Tints of Tahiti Gold #E2701C

RGB

 RED value IS 226 (88.67% from 255) = 61.75%

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

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

R = 61.75%
G = 30.6%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2701C (or 0xE2701C) is known color: Tahiti Gold. HEX triplet: E2, 70 and 1C. RGB value is (226,112,28). Sum of RGB (Red+Green+Blue) = 226+112+28=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2701C is #1D8FE3. Grayscale: #888888. Windows color (decimal): -1937380 or 1863906. OLE color: 1863906.

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

Color convert

RGB 226 112 28 -
CMYK 0 0.50 0.88 0.11
HSL 25.45º 0.78% 0.5% -
HSV(B) 25.45º 0.88% 0.89% -
XYZ 37.37 27.84 4.5 -
YUV 136.51 66.77 191.83 -
System Red Green Blue C M Y K H S L
Decimal 226 112 28 0 0.50 0.88 0.11 25.45 0.78 0.5
Hex E2 70 1C 0 32 58 B 19 4E 32
Octal 342 160 34 0 62 130 13 31 116 62
Binary 11100010 1110000 11100 0 110010 1011000 1011 11001 1001110 110010

Color Harmonies of #E2701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2701C

Black with #E2701C

Text Example


Text Example

White with #E2701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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