#E78221

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

Shades of Carrot Orange #E78221

Tints of Carrot Orange #E78221

Color information

#E78221 (or 0xE78221) is unknown color: approx Carrot Orange. HEX triplet: E7, 82 and 21. RGB value is (231,130,33). Sum of RGB (Red+Green+Blue) = 231+130+33=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E78221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78221 is #187DDE. Grayscale: #959595. Windows color (decimal): -1605087 or 2196199. OLE color: 2196199.

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

Color convert

RGB23113033-
CMYK00.440.860.09
HSL29.39º80.49%51.76%-
HSV(B)29.39º85.71%90.59%-
XYZ41.2133.065.65-
YUV149.1462.46186.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.63%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 33 (13.28% from 255) = 8.38%
R=58.63%
G=32.99%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311303300.440.860.0929.3980.4951.76
HexE7822102C5691d5034
Octal34720241054126113512064
Binary1110011110000010100001010110010101101001111011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78221; }

 p { color: rgb(231,130,33); }

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

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

 a { background-color: rgb(231,130,33); }

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

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

 span { border-color: rgb(231,130,33); }

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