Html Css Color HEX #E07220 Tahiti Gold

📋 copy color: '#E07220'

red 224 ◦ green 114 ◦ blue 32

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

Shades of Tahiti Gold #E07220

Tints of Tahiti Gold #E07220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

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

R = 60.54%
G = 30.81%
B = 8.65%

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

#E07220 (or 0xE07220) is known color: Tahiti Gold. HEX triplet: E0, 72 and 20. RGB value is (224,114,32). Sum of RGB (Red+Green+Blue) = 224+114+32=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E07220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07220 is #1F8DDF. Grayscale: #898989. Windows color (decimal): -2067936 or 2126560. OLE color: 2126560.

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

Color convert

RGB 224 114 32 -
CMYK 0 0.49 0.86 0.12
HSL 25.63º 0.76% 0.5% -
HSV(B) 25.63º 0.86% 0.88% -
XYZ 37.02 27.99 4.82 -
YUV 137.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 224 114 32 0 0.49 0.86 0.12 25.63 0.76 0.5
Hex E0 72 20 0 31 56 C 1A 4C 32
Octal 340 162 40 0 61 126 14 32 114 62
Binary 11100000 1110010 100000 0 110001 1010110 1100 11010 1001100 110010

Color Harmonies of #E07220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07220

Black with #E07220

Text Example


Text Example

White with #E07220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07220; }

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

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

background-color css

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

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

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

border-color css

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

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

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