#E6861A

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

Shades of Carrot Orange #E6861A

Tints of Carrot Orange #E6861A

Color information

#E6861A (or 0xE6861A) is unknown color: approx Carrot Orange. HEX triplet: E6, 86 and 1A. RGB value is (230,134,26). Sum of RGB (Red+Green+Blue) = 230+134+26=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6861A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6861A is #1979E5. Grayscale: #969696. Windows color (decimal): -1669606 or 1738470. OLE color: 1738470.

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

Color convert

RGB23013426-
CMYK00.420.890.10
HSL31.76º80.31%50.2%-
HSV(B)31.76º88.7%90.2%-
XYZ41.3433.955.35-
YUV150.3957.8184.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.97%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 26 (10.55% from 255) = 6.67%
R=58.97%
G=34.36%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301342600.420.890.1031.7680.3150.2
HexE6861A02A59A205032
Octal34620632052131124012062
Binary1110011010000110110100101010101100110101000001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6861A; }

 p { color: rgb(230,134,26); }

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

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

 a { background-color: rgb(230,134,26); }

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

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

 span { border-color: rgb(230,134,26); }

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