Html Css Color HEX #E16E2F Tahiti Gold

📋 copy color: '#E16E2F'

red 225 ◦ green 110 ◦ blue 47

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

Shades of Tahiti Gold #E16E2F

Tints of Tahiti Gold #E16E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 58.9%
G = 28.8%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E16E2F (or 0xE16E2F) is known color: Tahiti Gold. HEX triplet: E1, 6E and 2F. RGB value is (225,110,47). Sum of RGB (Red+Green+Blue) = 225+110+47=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E2F is #1E91D0. Grayscale: #898989. Windows color (decimal): -2003409 or 3108577. OLE color: 3108577.

HSL color Cylindrical-coordinate representation of color #E16E2F: hue angle of 21.24º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E16E2F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 47 -
CMYK 0 0.51 0.79 0.12
HSL 21.24º 0.75% 0.53% -
HSV(B) 21.24º 0.79% 0.88% -
XYZ 37.14 27.36 6.01 -
YUV 137.2 77.1 190.62 -
System Red Green Blue C M Y K H S L
Decimal 225 110 47 0 0.51 0.79 0.12 21.24 0.75 0.53
Hex E1 6E 2F 0 33 4F C 15 4B 35
Octal 341 156 57 0 63 117 14 25 113 65
Binary 11100001 1101110 101111 0 110011 1001111 1100 10101 1001011 110101

Color Harmonies of #E16E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E2F

Black with #E16E2F

Text Example


Text Example

White with #E16E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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