Html Css Color HEX #E1752D Tahiti Gold

📋 copy color: '#E1752D'

red 225 ◦ green 117 ◦ blue 45

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

Shades of Tahiti Gold #E1752D

Tints of Tahiti Gold #E1752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 58.14%
G = 30.23%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1752D (or 0xE1752D) is known color: Tahiti Gold. HEX triplet: E1, 75 and 2D. RGB value is (225,117,45). Sum of RGB (Red+Green+Blue) = 225+117+45=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1752D is #1E8AD2. Grayscale: #8D8D8D. Windows color (decimal): -2001619 or 2979297. OLE color: 2979297.

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

Color convert

RGB 225 117 45 -
CMYK 0 0.48 0.8 0.12
HSL 24º 0.75% 0.53% -
HSV(B) 24º 0.8% 0.88% -
XYZ 37.89 28.92 6.07 -
YUV 141.08 73.78 187.85 -
System Red Green Blue C M Y K H S L
Decimal 225 117 45 0 0.48 0.8 0.12 24 0.75 0.53
Hex E1 75 2D 0 30 50 C 18 4B 35
Octal 341 165 55 0 60 120 14 30 113 65
Binary 11100001 1110101 101101 0 110000 1010000 1100 11000 1001011 110101

Color Harmonies of #E1752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1752D

Black with #E1752D

Text Example


Text Example

White with #E1752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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