Html Css Color HEX #E16B2C Tahiti Gold

📋 copy color: '#E16B2C'

red 225 ◦ green 107 ◦ blue 44

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

Shades of Tahiti Gold #E16B2C

Tints of Tahiti Gold #E16B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 59.84%
G = 28.46%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E16B2C (or 0xE16B2C) is known color: Tahiti Gold. HEX triplet: E1, 6B and 2C. RGB value is (225,107,44). Sum of RGB (Red+Green+Blue) = 225+107+44=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B2C is #1E94D3. Grayscale: #878787. Windows color (decimal): -2004180 or 2911201. OLE color: 2911201.

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

Color convert

RGB 225 107 44 -
CMYK 0 0.52 0.80 0.12
HSL 20.88º 0.75% 0.53% -
HSV(B) 20.88º 0.8% 0.88% -
XYZ 36.76 26.7 5.6 -
YUV 135.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 225 107 44 0 0.52 0.80 0.12 20.88 0.75 0.53
Hex E1 6B 2C 0 34 50 C 15 4B 35
Octal 341 153 54 0 64 120 14 25 113 65
Binary 11100001 1101011 101100 0 110100 1010000 1100 10101 1001011 110101

Color Harmonies of #E16B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B2C

Black with #E16B2C

Text Example


Text Example

White with #E16B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B2C; }

 p { color: rgb(225,107,44); }

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

background-color css

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

 a { background-color: rgb(225,107,44); }

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

border-color css

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

 span { border-color: rgb(225,107,44); }

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