Html Css Color HEX #E16C1F Tahiti Gold

📋 copy color: '#E16C1F'

red 225 ◦ green 108 ◦ blue 31

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

Shades of Tahiti Gold #E16C1F

Tints of Tahiti Gold #E16C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 61.81%
G = 29.67%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E16C1F (or 0xE16C1F) is known color: Tahiti Gold. HEX triplet: E1, 6C and 1F. RGB value is (225,108,31). Sum of RGB (Red+Green+Blue) = 225+108+31=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C1F is #1E93E0. Grayscale: #868686. Windows color (decimal): -2003937 or 2059489. OLE color: 2059489.

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

Color convert

RGB 225 108 31 -
CMYK 0 0.52 0.86 0.12
HSL 23.81º 0.76% 0.5% -
HSV(B) 23.81º 0.86% 0.88% -
XYZ 36.66 26.83 4.54 -
YUV 134.21 69.76 192.76 -
System Red Green Blue C M Y K H S L
Decimal 225 108 31 0 0.52 0.86 0.12 23.81 0.76 0.5
Hex E1 6C 1F 0 34 56 C 18 4C 32
Octal 341 154 37 0 64 126 14 30 114 62
Binary 11100001 1101100 11111 0 110100 1010110 1100 11000 1001100 110010

Color Harmonies of #E16C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C1F

Black with #E16C1F

Text Example


Text Example

White with #E16C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C1F; }

 p { color: rgb(225,108,31); }

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

background-color css

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

 a { background-color: rgb(225,108,31); }

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

border-color css

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

 span { border-color: rgb(225,108,31); }

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