Html Css Color HEX #E07122 Tahiti Gold

📋 copy color: '#E07122'

red 224 ◦ green 113 ◦ blue 34

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

Shades of Tahiti Gold #E07122

Tints of Tahiti Gold #E07122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 60.38%
G = 30.46%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E07122 (or 0xE07122) is known color: Tahiti Gold. HEX triplet: E0, 71 and 22. RGB value is (224,113,34). Sum of RGB (Red+Green+Blue) = 224+113+34=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E07122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07122 is #1F8EDD. Grayscale: #898989. Windows color (decimal): -2068190 or 2257376. OLE color: 2257376.

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

Color convert

RGB 224 113 34 -
CMYK 0 0.50 0.85 0.12
HSL 24.95º 0.75% 0.51% -
HSV(B) 24.95º 0.85% 0.88% -
XYZ 36.93 27.77 4.93 -
YUV 137.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 224 113 34 0 0.50 0.85 0.12 24.95 0.75 0.51
Hex E0 71 22 0 32 55 C 19 4B 33
Octal 340 161 42 0 62 125 14 31 113 63
Binary 11100000 1110001 100010 0 110010 1010101 1100 11001 1001011 110011

Color Harmonies of #E07122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07122

Black with #E07122

Text Example


Text Example

White with #E07122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07122; }

 p { color: rgb(224,113,34); }

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

background-color css

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

 a { background-color: rgb(224,113,34); }

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

border-color css

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

 span { border-color: rgb(224,113,34); }

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