#E07F28

Color #E07F28 Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #E07F28

Tints of Tahiti Gold #E07F28

Color information

#E07F28 (or 0xE07F28) is unknown color: approx Tahiti Gold. HEX triplet: E0, 7F and 28. RGB value is (224,127,40). Sum of RGB (Red+Green+Blue) = 224+127+40=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07F28 is #1F80D7. Grayscale: #929292. Windows color (decimal): -2064600 or 2654176. OLE color: 2654176.

HSL color Cylindrical-coordinate representation of color #E07F28: hue angle of 28.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E07F28 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB22412740-
CMYK00.430.820.12
HSL28.37º74.8%51.76%-
HSV(B)28.37º82.14%87.84%-
XYZ38.7131.185.99-
YUV146.0868.14183.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.29%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=57.29%
G=32.48%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241274000.430.820.1228.3774.851.76
HexE07F2802B52C1c4b34
Octal34017750053122143411364
Binary111000001111111101000010101110100101100111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F28; }

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

 H1.HeaderClassName
 {
   color: #E07F28;
 }
 .AnyTagClassName
 {
   color: #E07F28;
 }
</style>
background-color css

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

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

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

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

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

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