Html Css Color HEX #E07031 Tahiti Gold

📋 copy color: '#E07031'

red 224 ◦ green 112 ◦ blue 49

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

Shades of Tahiti Gold #E07031

Tints of Tahiti Gold #E07031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 58.18%
G = 29.09%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E07031 (or 0xE07031) is known color: Tahiti Gold. HEX triplet: E0, 70 and 31. RGB value is (224,112,49). Sum of RGB (Red+Green+Blue) = 224+112+49=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E07031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07031 is #1F8FCE. Grayscale: #8A8A8A. Windows color (decimal): -2068431 or 3240160. OLE color: 3240160.

HSL color Cylindrical-coordinate representation of color #E07031: hue angle of 21.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E07031 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 49 -
CMYK 0 0.50 0.78 0.12
HSL 21.6º 0.74% 0.54% -
HSV(B) 21.6º 0.78% 0.88% -
XYZ 37.09 27.66 6.29 -
YUV 138.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 224 112 49 0 0.50 0.78 0.12 21.6 0.74 0.54
Hex E0 70 31 0 32 4E C 16 4A 36
Octal 340 160 61 0 62 116 14 26 112 66
Binary 11100000 1110000 110001 0 110010 1001110 1100 10110 1001010 110110

Color Harmonies of #E07031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07031

Black with #E07031

Text Example


Text Example

White with #E07031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07031; }

 p { color: rgb(224,112,49); }

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

background-color css

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

 a { background-color: rgb(224,112,49); }

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

border-color css

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

 span { border-color: rgb(224,112,49); }

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