Html Css Color HEX #E16A21 Tahiti Gold

📋 copy color: '#E16A21'

red 225 ◦ green 106 ◦ blue 33

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

Shades of Tahiti Gold #E16A21

Tints of Tahiti Gold #E16A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 61.81%
G = 29.12%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E16A21 (or 0xE16A21) is known color: Tahiti Gold. HEX triplet: E1, 6A and 21. RGB value is (225,106,33). Sum of RGB (Red+Green+Blue) = 225+106+33=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A21 is #1E95DE. Grayscale: #858585. Windows color (decimal): -2004447 or 2190049. OLE color: 2190049.

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

Color convert

RGB 225 106 33 -
CMYK 0 0.53 0.85 0.12
HSL 22.81º 0.76% 0.51% -
HSV(B) 22.81º 0.85% 0.88% -
XYZ 36.48 26.43 4.62 -
YUV 133.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 225 106 33 0 0.53 0.85 0.12 22.81 0.76 0.51
Hex E1 6A 21 0 35 55 C 17 4C 33
Octal 341 152 41 0 65 125 14 27 114 63
Binary 11100001 1101010 100001 0 110101 1010101 1100 10111 1001100 110011

Color Harmonies of #E16A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A21

Black with #E16A21

Text Example


Text Example

White with #E16A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A21; }

 p { color: rgb(225,106,33); }

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

background-color css

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

 a { background-color: rgb(225,106,33); }

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

border-color css

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

 span { border-color: rgb(225,106,33); }

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