Html Css Color HEX #E0772D Tahiti Gold

📋 copy color: '#E0772D'

red 224 ◦ green 119 ◦ blue 45

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

Shades of Tahiti Gold #E0772D

Tints of Tahiti Gold #E0772D

RGB

 RED value IS 224 (87.89% from 255) = 57.73%

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 57.73%
G = 30.67%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0772D (or 0xE0772D) is known color: Tahiti Gold. HEX triplet: E0, 77 and 2D. RGB value is (224,119,45). Sum of RGB (Red+Green+Blue) = 224+119+45=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0772D is #1F88D2. Grayscale: #8E8E8E. Windows color (decimal): -2066643 or 2979808. OLE color: 2979808.

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

Color convert

RGB 224 119 45 -
CMYK 0 0.47 0.80 0.12
HSL 24.8º 0.74% 0.53% -
HSV(B) 24.8º 0.8% 0.88% -
XYZ 37.81 29.23 6.13 -
YUV 141.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 224 119 45 0 0.47 0.80 0.12 24.8 0.74 0.53
Hex E0 77 2D 0 2F 50 C 19 4A 35
Octal 340 167 55 0 57 120 14 31 112 65
Binary 11100000 1110111 101101 0 101111 1010000 1100 11001 1001010 110101

Color Harmonies of #E0772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0772D

Black with #E0772D

Text Example


Text Example

White with #E0772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0772D; }

 p { color: rgb(224,119,45); }

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

background-color css

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

 a { background-color: rgb(224,119,45); }

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

border-color css

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

 span { border-color: rgb(224,119,45); }

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