Html Css Color HEX #E07C22 Tahiti Gold

📋 copy color: '#E07C22'

red 224 ◦ green 124 ◦ blue 34

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

Shades of Tahiti Gold #E07C22

Tints of Tahiti Gold #E07C22

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 58.64%
G = 32.46%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E07C22 (or 0xE07C22) is known color: Tahiti Gold. HEX triplet: E0, 7C and 22. RGB value is (224,124,34). Sum of RGB (Red+Green+Blue) = 224+124+34=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C22 is #1F83DD. Grayscale: #909090. Windows color (decimal): -2065374 or 2260192. OLE color: 2260192.

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

Color convert

RGB 224 124 34 -
CMYK 0 0.45 0.85 0.12
HSL 28.42º 0.75% 0.51% -
HSV(B) 28.42º 0.85% 0.88% -
XYZ 38.24 30.38 5.36 -
YUV 143.64 66.13 185.32 -
System Red Green Blue C M Y K H S L
Decimal 224 124 34 0 0.45 0.85 0.12 28.42 0.75 0.51
Hex E0 7C 22 0 2D 55 C 1C 4B 33
Octal 340 174 42 0 55 125 14 34 113 63
Binary 11100000 1111100 100010 0 101101 1010101 1100 11100 1001011 110011

Color Harmonies of #E07C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C22

Black with #E07C22

Text Example


Text Example

White with #E07C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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