Html Css Color HEX #E16525 Tahiti Gold

📋 copy color: '#E16525'

red 225 ◦ green 101 ◦ blue 37

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

Shades of Tahiti Gold #E16525

Tints of Tahiti Gold #E16525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 61.98%
G = 27.82%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E16525 (or 0xE16525) is known color: Tahiti Gold. HEX triplet: E1, 65 and 25. RGB value is (225,101,37). Sum of RGB (Red+Green+Blue) = 225+101+37=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E16525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16525 is #1E9ADA. Grayscale: #838383. Windows color (decimal): -2005723 or 2450913. OLE color: 2450913.

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

Color convert

RGB 225 101 37 -
CMYK 0 0.55 0.84 0.12
HSL 20.43º 0.76% 0.51% -
HSV(B) 20.43º 0.84% 0.88% -
XYZ 36.04 25.45 4.76 -
YUV 130.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 225 101 37 0 0.55 0.84 0.12 20.43 0.76 0.51
Hex E1 65 25 0 37 54 C 14 4C 33
Octal 341 145 45 0 67 124 14 24 114 63
Binary 11100001 1100101 100101 0 110111 1010100 1100 10100 1001100 110011

Color Harmonies of #E16525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16525

Black with #E16525

Text Example


Text Example

White with #E16525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16525; }

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

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

background-color css

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

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

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

border-color css

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

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

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