Html Css Color HEX #E07F1F Tahiti Gold

📋 copy color: '#E07F1F'

red 224 ◦ green 127 ◦ blue 31

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

Shades of Tahiti Gold #E07F1F

Tints of Tahiti Gold #E07F1F

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 58.64%
G = 33.25%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E07F1F (or 0xE07F1F) is known color: Tahiti Gold. HEX triplet: E0, 7F and 1F. RGB value is (224,127,31). Sum of RGB (Red+Green+Blue) = 224+127+31=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F1F is #1F80E0. Grayscale: #919191. Windows color (decimal): -2064609 or 2064352. OLE color: 2064352.

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

Color convert

RGB 224 127 31 -
CMYK 0 0.43 0.86 0.12
HSL 29.84º 0.76% 0.5% -
HSV(B) 29.84º 0.86% 0.88% -
XYZ 38.58 31.12 5.27 -
YUV 145.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 224 127 31 0 0.43 0.86 0.12 29.84 0.76 0.5
Hex E0 7F 1F 0 2B 56 C 1E 4C 32
Octal 340 177 37 0 53 126 14 36 114 62
Binary 11100000 1111111 11111 0 101011 1010110 1100 11110 1001100 110010

Color Harmonies of #E07F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F1F

Black with #E07F1F

Text Example


Text Example

White with #E07F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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