Html Css Color HEX #E07D20 Tahiti Gold

📋 copy color: '#E07D20'

red 224 ◦ green 125 ◦ blue 32

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

Shades of Tahiti Gold #E07D20

Tints of Tahiti Gold #E07D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 58.79%
G = 32.81%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E07D20 (or 0xE07D20) is known color: Tahiti Gold. HEX triplet: E0, 7D and 20. RGB value is (224,125,32). Sum of RGB (Red+Green+Blue) = 224+125+32=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D20 is #1F82DF. Grayscale: #909090. Windows color (decimal): -2065120 or 2129376. OLE color: 2129376.

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

Color convert

RGB 224 125 32 -
CMYK 0 0.44 0.86 0.12
HSL 29.06º 0.76% 0.5% -
HSV(B) 29.06º 0.86% 0.88% -
XYZ 38.33 30.62 5.26 -
YUV 144 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 224 125 32 0 0.44 0.86 0.12 29.06 0.76 0.5
Hex E0 7D 20 0 2C 56 C 1D 4C 32
Octal 340 175 40 0 54 126 14 35 114 62
Binary 11100000 1111101 100000 0 101100 1010110 1100 11101 1001100 110010

Color Harmonies of #E07D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D20

Black with #E07D20

Text Example


Text Example

White with #E07D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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