#E77F0C

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

Shades of Tangerine #E77F0C

Tints of Tangerine #E77F0C

Color information

#E77F0C (or 0xE77F0C) is unknown color: approx Tangerine. HEX triplet: E7, 7F and 0C. RGB value is (231,127,12). Sum of RGB (Red+Green+Blue) = 231+127+12=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77F0C is #1880F3. Grayscale: #919191. Windows color (decimal): -1605876 or 819175. OLE color: 819175.

HSL color Cylindrical-coordinate representation of color #E77F0C: hue angle of 31.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E77F0C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23112712-
CMYK00.450.950.09
HSL31.51º90.12%47.65%-
HSV(B)31.51º94.81%90.59%-
XYZ40.6132.194.42-
YUV144.9952.96189.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.43%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 12 (5.08% from 255) = 3.24%
R=62.43%
G=34.32%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311271200.450.950.0931.5190.1247.65
HexE77FC02D5F9205a30
Octal34717714055137114013260
Binary11100111111111111000101101101111110011000001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F0C; }

 p { color: rgb(231,127,12); }

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

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

 a { background-color: rgb(231,127,12); }

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

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

 span { border-color: rgb(231,127,12); }

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