Html Css Color HEX #E07C1C Tahiti Gold

📋 copy color: '#E07C1C'

red 224 ◦ green 124 ◦ blue 28

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

Shades of Tahiti Gold #E07C1C

Tints of Tahiti Gold #E07C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 59.57%
G = 32.98%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E07C1C (or 0xE07C1C) is known color: Tahiti Gold. HEX triplet: E0, 7C and 1C. RGB value is (224,124,28). Sum of RGB (Red+Green+Blue) = 224+124+28=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C1C is #1F83E3. Grayscale: #8F8F8F. Windows color (decimal): -2065380 or 1866976. OLE color: 1866976.

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

Color convert

RGB 224 124 28 -
CMYK 0 0.45 0.88 0.12
HSL 29.39º 0.78% 0.49% -
HSV(B) 29.39º 0.88% 0.88% -
XYZ 38.16 30.35 4.94 -
YUV 142.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 224 124 28 0 0.45 0.88 0.12 29.39 0.78 0.49
Hex E0 7C 1C 0 2D 58 C 1D 4E 31
Octal 340 174 34 0 55 130 14 35 116 61
Binary 11100000 1111100 11100 0 101101 1011000 1100 11101 1001110 110001

Color Harmonies of #E07C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C1C

Black with #E07C1C

Text Example


Text Example

White with #E07C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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