#E7962A

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

Shades of Carrot Orange #E7962A

Tints of Carrot Orange #E7962A

Color information

#E7962A (or 0xE7962A) is unknown color: approx Carrot Orange. HEX triplet: E7, 96 and 2A. RGB value is (231,150,42). Sum of RGB (Red+Green+Blue) = 231+150+42=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7962A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7962A is #1869D5. Grayscale: #A2A2A2. Windows color (decimal): -1599958 or 2791143. OLE color: 2791143.

HSL color Cylindrical-coordinate representation of color #E7962A: hue angle of 34.29º 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 #E7962A is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23115042-
CMYK00.350.820.09
HSL34.29º79.75%53.53%-
HSV(B)34.29º81.82%90.59%-
XYZ44.2838.977.38-
YUV161.9160.34177.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.61%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 42 (16.80% from 255) = 9.93%
R=54.61%
G=35.46%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311504200.350.820.0934.2979.7553.53
HexE7962A023529225036
Octal34722652043122114212066
Binary11100111100101101010100100011101001010011000101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7962A; }

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

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

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

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

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

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

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

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