#E78F2A

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

Shades of Carrot Orange #E78F2A

Tints of Carrot Orange #E78F2A

Color information

#E78F2A (or 0xE78F2A) is unknown color: approx Carrot Orange. HEX triplet: E7, 8F and 2A. RGB value is (231,143,42). Sum of RGB (Red+Green+Blue) = 231+143+42=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78F2A is #1870D5. Grayscale: #9E9E9E. Windows color (decimal): -1601750 or 2789351. OLE color: 2789351.

HSL color Cylindrical-coordinate representation of color #E78F2A: hue angle of 32.06º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E78F2A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23114342-
CMYK00.380.820.09
HSL32.06º79.75%53.53%-
HSV(B)32.06º81.82%90.59%-
XYZ43.236.87.02-
YUV157.862.65180.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.53%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 42 (16.80% from 255) = 10.10%
R=55.53%
G=34.38%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311434200.380.820.0932.0679.7553.53
HexE78F2A026529205036
Octal34721752046122114012066
Binary11100111100011111010100100110101001010011000001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F2A; }

 p { color: rgb(231,143,42); }

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

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

 a { background-color: rgb(231,143,42); }

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

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

 span { border-color: rgb(231,143,42); }

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