Html Css Color HEX #E1752C Tahiti Gold

📋 copy color: '#E1752C'

red 225 ◦ green 117 ◦ blue 44

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

Shades of Tahiti Gold #E1752C

Tints of Tahiti Gold #E1752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 58.29%
G = 30.31%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1752C (or 0xE1752C) is known color: Tahiti Gold. HEX triplet: E1, 75 and 2C. RGB value is (225,117,44). Sum of RGB (Red+Green+Blue) = 225+117+44=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1752C is #1E8AD3. Grayscale: #8D8D8D. Windows color (decimal): -2001620 or 2913761. OLE color: 2913761.

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

Color convert

RGB 225 117 44 -
CMYK 0 0.48 0.80 0.12
HSL 24.2º 0.75% 0.53% -
HSV(B) 24.2º 0.8% 0.88% -
XYZ 37.87 28.91 5.97 -
YUV 140.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 225 117 44 0 0.48 0.80 0.12 24.2 0.75 0.53
Hex E1 75 2C 0 30 50 C 18 4B 35
Octal 341 165 54 0 60 120 14 30 113 65
Binary 11100001 1110101 101100 0 110000 1010000 1100 11000 1001011 110101

Color Harmonies of #E1752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1752C

Black with #E1752C

Text Example


Text Example

White with #E1752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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