#E6961F

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

Shades of Carrot Orange #E6961F

Tints of Carrot Orange #E6961F

Color information

#E6961F (or 0xE6961F) is unknown color: approx Carrot Orange. HEX triplet: E6, 96 and 1F. RGB value is (230,150,31). Sum of RGB (Red+Green+Blue) = 230+150+31=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6961F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6961F is #1969E0. Grayscale: #A0A0A0. Windows color (decimal): -1665505 or 2070246. OLE color: 2070246.

HSL color Cylindrical-coordinate representation of color #E6961F: hue angle of 35.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6961F is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB23015031-
CMYK00.350.870.10
HSL35.88º79.92%51.18%-
HSV(B)35.88º86.52%90.2%-
XYZ43.7938.736.47-
YUV160.3555177.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.96%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 31 (12.5% from 255) = 7.54%
R=55.96%
G=36.50%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301503100.350.870.1035.8879.9251.18
HexE6961F02357A245033
Octal34622637043127124412063
Binary1110011010010110111110100011101011110101001001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6961F; }

 p { color: rgb(230,150,31); }

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

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

 a { background-color: rgb(230,150,31); }

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

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

 span { border-color: rgb(230,150,31); }

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