Html Css Color HEX #E07020 Tahiti Gold

📋 copy color: '#E07020'

red 224 ◦ green 112 ◦ blue 32

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

Shades of Tahiti Gold #E07020

Tints of Tahiti Gold #E07020

RGB

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

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

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

R = 60.87%
G = 30.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E07020 (or 0xE07020) is known color: Tahiti Gold. HEX triplet: E0, 70 and 20. RGB value is (224,112,32). Sum of RGB (Red+Green+Blue) = 224+112+32=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E07020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07020 is #1F8FDF. Grayscale: #888888. Windows color (decimal): -2068448 or 2126048. OLE color: 2126048.

HSL color Cylindrical-coordinate representation of color #E07020: hue angle of 25º 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 #E07020 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 32 -
CMYK 0 0.50 0.86 0.12
HSL 25º 0.76% 0.5% -
HSV(B) 25º 0.86% 0.88% -
XYZ 36.8 27.54 4.74 -
YUV 136.37 69.11 190.5 -
System Red Green Blue C M Y K H S L
Decimal 224 112 32 0 0.50 0.86 0.12 25 0.76 0.5
Hex E0 70 20 0 32 56 C 19 4C 32
Octal 340 160 40 0 62 126 14 31 114 62
Binary 11100000 1110000 100000 0 110010 1010110 1100 11001 1001100 110010

Color Harmonies of #E07020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07020

Black with #E07020

Text Example


Text Example

White with #E07020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07020; }

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

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

background-color css

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

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

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

border-color css

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

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

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