#E77F1F

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

Shades of Carrot Orange #E77F1F

Tints of Carrot Orange #E77F1F

Color information

#E77F1F (or 0xE77F1F) is unknown color: approx Carrot Orange. HEX triplet: E7, 7F and 1F. RGB value is (231,127,31). Sum of RGB (Red+Green+Blue) = 231+127+31=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77F1F is #1880E0. Grayscale: #939393. Windows color (decimal): -1605857 or 2064359. OLE color: 2064359.

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

Color convert

RGB23112731-
CMYK00.450.870.09
HSL28.8º80.65%51.37%-
HSV(B)28.8º86.58%90.59%-
XYZ40.7932.275.37-
YUV147.1562.46187.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.38%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 31 (12.5% from 255) = 7.97%
R=59.38%
G=32.65%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311273100.450.870.0928.880.6551.37
HexE77F1F02D5791d5133
Octal34717737055127113512163
Binary11100111111111111111010110110101111001111011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F1F; }

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

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

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

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

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

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

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

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