Html Css Color HEX #E07A1A Tahiti Gold

📋 copy color: '#E07A1A'

red 224 ◦ green 122 ◦ blue 26

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

Shades of Tahiti Gold #E07A1A

Tints of Tahiti Gold #E07A1A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 60.22%
G = 32.8%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E07A1A (or 0xE07A1A) is known color: Tahiti Gold. HEX triplet: E0, 7A and 1A. RGB value is (224,122,26). Sum of RGB (Red+Green+Blue) = 224+122+26=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A1A is #1F85E5. Grayscale: #8E8E8E. Windows color (decimal): -2065894 or 1735392. OLE color: 1735392.

HSL color Cylindrical-coordinate representation of color #E07A1A: hue angle of 29.09º degrees, saturation: 0.79, 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 #E07A1A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 26 -
CMYK 0 0.46 0.88 0.12
HSL 29.09º 0.79% 0.49% -
HSV(B) 29.09º 0.88% 0.88% -
XYZ 37.89 29.84 4.74 -
YUV 141.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 224 122 26 0 0.46 0.88 0.12 29.09 0.79 0.49
Hex E0 7A 1A 0 2E 58 C 1D 4F 31
Octal 340 172 32 0 56 130 14 35 117 61
Binary 11100000 1111010 11010 0 101110 1011000 1100 11101 1001111 110001

Color Harmonies of #E07A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A1A

Black with #E07A1A

Text Example


Text Example

White with #E07A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A1A; }

 p { color: rgb(224,122,26); }

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

background-color css

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

 a { background-color: rgb(224,122,26); }

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

border-color css

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

 span { border-color: rgb(224,122,26); }

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