Html Css Color HEX #E2752D Tahiti Gold

📋 copy color: '#E2752D'

red 226 ◦ green 117 ◦ blue 45

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

Shades of Tahiti Gold #E2752D

Tints of Tahiti Gold #E2752D

RGB

 RED value IS 226 (88.67% from 255) = 58.25%

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

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

R = 58.25%
G = 30.15%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2752D (or 0xE2752D) is known color: Tahiti Gold. HEX triplet: E2, 75 and 2D. RGB value is (226,117,45). Sum of RGB (Red+Green+Blue) = 226+117+45=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2752D is #1D8AD2. Grayscale: #8D8D8D. Windows color (decimal): -1936083 or 2979298. OLE color: 2979298.

HSL color Cylindrical-coordinate representation of color #E2752D: hue angle of 23.87º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2752D is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 45 -
CMYK 0 0.48 0.80 0.11
HSL 23.87º 0.76% 0.53% -
HSV(B) 23.87º 0.8% 0.89% -
XYZ 38.2 29.08 6.08 -
YUV 141.38 73.61 188.35 -
System Red Green Blue C M Y K H S L
Decimal 226 117 45 0 0.48 0.80 0.11 23.87 0.76 0.53
Hex E2 75 2D 0 30 50 B 18 4C 35
Octal 342 165 55 0 60 120 13 30 114 65
Binary 11100010 1110101 101101 0 110000 1010000 1011 11000 1001100 110101

Color Harmonies of #E2752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2752D

Black with #E2752D

Text Example


Text Example

White with #E2752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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