Html Css Color HEX #E07C1E Tahiti Gold

📋 copy color: '#E07C1E'

red 224 ◦ green 124 ◦ blue 30

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

Shades of Tahiti Gold #E07C1E

Tints of Tahiti Gold #E07C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 59.26%
G = 32.8%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E07C1E (or 0xE07C1E) is known color: Tahiti Gold. HEX triplet: E0, 7C and 1E. RGB value is (224,124,30). Sum of RGB (Red+Green+Blue) = 224+124+30=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C1E is #1F83E1. Grayscale: #8F8F8F. Windows color (decimal): -2065378 or 1998048. OLE color: 1998048.

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

Color convert

RGB 224 124 30 -
CMYK 0 0.45 0.87 0.12
HSL 29.07º 0.76% 0.5% -
HSV(B) 29.07º 0.87% 0.88% -
XYZ 38.18 30.36 5.08 -
YUV 143.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 224 124 30 0 0.45 0.87 0.12 29.07 0.76 0.5
Hex E0 7C 1E 0 2D 57 C 1D 4C 32
Octal 340 174 36 0 55 127 14 35 114 62
Binary 11100000 1111100 11110 0 101101 1010111 1100 11101 1001100 110010

Color Harmonies of #E07C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C1E

Black with #E07C1E

Text Example


Text Example

White with #E07C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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