Html Css Color HEX #E07D1F Tahiti Gold

📋 copy color: '#E07D1F'

red 224 ◦ green 125 ◦ blue 31

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

Shades of Tahiti Gold #E07D1F

Tints of Tahiti Gold #E07D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.16%

R = 58.95%
G = 32.89%
B = 8.16%

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

#E07D1F (or 0xE07D1F) is known color: Tahiti Gold. HEX triplet: E0, 7D and 1F. RGB value is (224,125,31). Sum of RGB (Red+Green+Blue) = 224+125+31=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D1F is #1F82E0. Grayscale: #909090. Windows color (decimal): -2065121 or 2063840. OLE color: 2063840.

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

Color convert

RGB 224 125 31 -
CMYK 0 0.44 0.86 0.12
HSL 29.22º 0.76% 0.5% -
HSV(B) 29.22º 0.86% 0.88% -
XYZ 38.32 30.61 5.19 -
YUV 143.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 224 125 31 0 0.44 0.86 0.12 29.22 0.76 0.5
Hex E0 7D 1F 0 2C 56 C 1D 4C 32
Octal 340 175 37 0 54 126 14 35 114 62
Binary 11100000 1111101 11111 0 101100 1010110 1100 11101 1001100 110010

Color Harmonies of #E07D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D1F

Black with #E07D1F

Text Example


Text Example

White with #E07D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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