Html Css Color HEX #E07D1A Tahiti Gold

📋 copy color: '#E07D1A'

red 224 ◦ green 125 ◦ blue 26

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

Shades of Tahiti Gold #E07D1A

Tints of Tahiti Gold #E07D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

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

R = 59.73%
G = 33.33%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E07D1A (or 0xE07D1A) is known color: Tahiti Gold. HEX triplet: E0, 7D and 1A. RGB value is (224,125,26). Sum of RGB (Red+Green+Blue) = 224+125+26=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D1A is #1F82E5. Grayscale: #8F8F8F. Windows color (decimal): -2065126 or 1736160. OLE color: 1736160.

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

Color convert

RGB 224 125 26 -
CMYK 0 0.44 0.88 0.12
HSL 30º 0.79% 0.49% -
HSV(B) 30º 0.88% 0.88% -
XYZ 38.26 30.59 4.87 -
YUV 143.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 224 125 26 0 0.44 0.88 0.12 30 0.79 0.49
Hex E0 7D 1A 0 2C 58 C 1E 4F 31
Octal 340 175 32 0 54 130 14 36 117 61
Binary 11100000 1111101 11010 0 101100 1011000 1100 11110 1001111 110001

Color Harmonies of #E07D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D1A

Black with #E07D1A

Text Example


Text Example

White with #E07D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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