Html Css Color HEX #E16522 Tahiti Gold

📋 copy color: '#E16522'

red 225 ◦ green 101 ◦ blue 34

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

Shades of Tahiti Gold #E16522

Tints of Tahiti Gold #E16522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 34 (13.67% from 255) = 9.44%

R = 62.5%
G = 28.06%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E16522 (or 0xE16522) is known color: Tahiti Gold. HEX triplet: E1, 65 and 22. RGB value is (225,101,34). Sum of RGB (Red+Green+Blue) = 225+101+34=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E16522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16522 is #1E9ADD. Grayscale: #828282. Windows color (decimal): -2005726 or 2254305. OLE color: 2254305.

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

Color convert

RGB 225 101 34 -
CMYK 0 0.55 0.85 0.12
HSL 21.05º 0.76% 0.51% -
HSV(B) 21.05º 0.85% 0.88% -
XYZ 35.99 25.43 4.52 -
YUV 130.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 225 101 34 0 0.55 0.85 0.12 21.05 0.76 0.51
Hex E1 65 22 0 37 55 C 15 4C 33
Octal 341 145 42 0 67 125 14 25 114 63
Binary 11100001 1100101 100010 0 110111 1010101 1100 10101 1001100 110011

Color Harmonies of #E16522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16522

Black with #E16522

Text Example


Text Example

White with #E16522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16522; }

 p { color: rgb(225,101,34); }

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

background-color css

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

 a { background-color: rgb(225,101,34); }

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

border-color css

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

 span { border-color: rgb(225,101,34); }

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