Html Css Color HEX #E76D2D Tahiti Gold

📋 copy color: '#E76D2D'

red 231 ◦ green 109 ◦ blue 45

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

Shades of Tahiti Gold #E76D2D

Tints of Tahiti Gold #E76D2D

RGB

 RED value IS 231 (90.63% from 255) = 60%

 GREEN value IS 109 (42.97% from 255) = 28.31%

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

R = 60%
G = 28.31%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E76D2D (or 0xE76D2D) is known color: Tahiti Gold. HEX triplet: E7, 6D and 2D. RGB value is (231,109,45). Sum of RGB (Red+Green+Blue) = 231+109+45=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76D2D is #1892D2. Grayscale: #8A8A8A. Windows color (decimal): -1610451 or 2977255. OLE color: 2977255.

HSL color Cylindrical-coordinate representation of color #E76D2D: hue angle of 20.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E76D2D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 109 45 -
CMYK 0 0.53 0.81 0.09
HSL 20.65º 0.79% 0.54% -
HSV(B) 20.65º 0.81% 0.91% -
XYZ 38.9 28.12 5.86 -
YUV 138.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 231 109 45 0 0.53 0.81 0.09 20.65 0.79 0.54
Hex E7 6D 2D 0 35 51 9 15 4F 36
Octal 347 155 55 0 65 121 11 25 117 66
Binary 11100111 1101101 101101 0 110101 1010001 1001 10101 1001111 110110

Color Harmonies of #E76D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D2D

Black with #E76D2D

Text Example


Text Example

White with #E76D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D2D; }

 p { color: rgb(231,109,45); }

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

background-color css

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

 a { background-color: rgb(231,109,45); }

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

border-color css

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

 span { border-color: rgb(231,109,45); }

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