Html Css Color HEX #E07320 Tahiti Gold

📋 copy color: '#E07320'

red 224 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #E07320

Tints of Tahiti Gold #E07320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 60.38%
G = 31%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E07320 (or 0xE07320) is known color: Tahiti Gold. HEX triplet: E0, 73 and 20. RGB value is (224,115,32). Sum of RGB (Red+Green+Blue) = 224+115+32=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E07320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07320 is #1F8CDF. Grayscale: #8A8A8A. Windows color (decimal): -2067680 or 2126816. OLE color: 2126816.

HSL color Cylindrical-coordinate representation of color #E07320: hue angle of 25.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E07320 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 32 -
CMYK 0 0.49 0.86 0.12
HSL 25.94º 0.76% 0.5% -
HSV(B) 25.94º 0.86% 0.88% -
XYZ 37.13 28.21 4.86 -
YUV 138.13 68.11 189.25 -
System Red Green Blue C M Y K H S L
Decimal 224 115 32 0 0.49 0.86 0.12 25.94 0.76 0.5
Hex E0 73 20 0 31 56 C 1A 4C 32
Octal 340 163 40 0 61 126 14 32 114 62
Binary 11100000 1110011 100000 0 110001 1010110 1100 11010 1001100 110010

Color Harmonies of #E07320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07320

Black with #E07320

Text Example


Text Example

White with #E07320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07320; }

 p { color: rgb(224,115,32); }

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

background-color css

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

 a { background-color: rgb(224,115,32); }

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

border-color css

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

 span { border-color: rgb(224,115,32); }

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