Html Css Color HEX #E16E1C Tahiti Gold

📋 copy color: '#E16E1C'

red 225 ◦ green 110 ◦ blue 28

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

Shades of Tahiti Gold #E16E1C

Tints of Tahiti Gold #E16E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

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

R = 61.98%
G = 30.3%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E16E1C (or 0xE16E1C) is known color: Tahiti Gold. HEX triplet: E1, 6E and 1C. RGB value is (225,110,28). Sum of RGB (Red+Green+Blue) = 225+110+28=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E1C is #1E91E3. Grayscale: #878787. Windows color (decimal): -2003428 or 1863393. OLE color: 1863393.

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

Color convert

RGB 225 110 28 -
CMYK 0 0.51 0.88 0.12
HSL 24.97º 0.78% 0.5% -
HSV(B) 24.97º 0.88% 0.88% -
XYZ 36.84 27.24 4.42 -
YUV 135.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 225 110 28 0 0.51 0.88 0.12 24.97 0.78 0.5
Hex E1 6E 1C 0 33 58 C 19 4E 32
Octal 341 156 34 0 63 130 14 31 116 62
Binary 11100001 1101110 11100 0 110011 1011000 1100 11001 1001110 110010

Color Harmonies of #E16E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E1C

Black with #E16E1C

Text Example


Text Example

White with #E16E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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