#ef861e

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

Shades of Carrot Orange #EF861E

Tints of Carrot Orange #EF861E

Color information

#EF861E (or 0xEF861E) is unknown color: approx Carrot Orange. HEX triplet: EF, 86 and 1E. RGB value is (239,134,30). Sum of RGB (Red+Green+Blue) = 239+134+30=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF861E is #1079E1. Grayscale: #9A9A9A. Windows color (decimal): -1079778 or 2000623. OLE color: 2000623.

HSL color Cylindrical-coordinate representation of color #EF861E: hue angle of 29.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF861E is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23913430-
CMYK00.440.870.06
HSL29.86º86.72%52.75%-
HSV(B)29.86º87.45%93.73%-
XYZ44.3635.495.74-
YUV153.5458.29188.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.31%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 30 (12.11% from 255) = 7.44%
R=59.31%
G=33.25%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391343000.440.870.0629.8686.7252.75
HexEF861E02C5761e5735
Octal3572063605412763612765
Binary11101111100001101111001011001010111110111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef861e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef861e; }

 p { color: rgb(239,134,30); }

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

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

 a { background-color: rgb(239,134,30); }

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

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

 span { border-color: rgb(239,134,30); }

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