Html Css Color HEX #E1722D Tahiti Gold

📋 copy color: '#E1722D'

red 225 ◦ green 114 ◦ blue 45

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

Shades of Tahiti Gold #E1722D

Tints of Tahiti Gold #E1722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 58.59%
G = 29.69%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1722D (or 0xE1722D) is known color: Tahiti Gold. HEX triplet: E1, 72 and 2D. RGB value is (225,114,45). Sum of RGB (Red+Green+Blue) = 225+114+45=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1722D is #1E8DD2. Grayscale: #8B8B8B. Windows color (decimal): -2002387 or 2978529. OLE color: 2978529.

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

Color convert

RGB 225 114 45 -
CMYK 0 0.49 0.8 0.12
HSL 23º 0.75% 0.53% -
HSV(B) 23º 0.8% 0.88% -
XYZ 37.54 28.23 5.95 -
YUV 139.32 74.77 189.11 -
System Red Green Blue C M Y K H S L
Decimal 225 114 45 0 0.49 0.8 0.12 23 0.75 0.53
Hex E1 72 2D 0 31 50 C 17 4B 35
Octal 341 162 55 0 61 120 14 27 113 65
Binary 11100001 1110010 101101 0 110001 1010000 1100 10111 1001011 110101

Color Harmonies of #E1722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1722D

Black with #E1722D

Text Example


Text Example

White with #E1722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1722D; }

 p { color: rgb(225,114,45); }

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

background-color css

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

 a { background-color: rgb(225,114,45); }

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

border-color css

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

 span { border-color: rgb(225,114,45); }

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