#EF8E1E

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

Shades of Carrot Orange #EF8E1E

Tints of Carrot Orange #EF8E1E

Color information

#EF8E1E (or 0xEF8E1E) is unknown color: approx Carrot Orange. HEX triplet: EF, 8E and 1E. RGB value is (239,142,30). Sum of RGB (Red+Green+Blue) = 239+142+30=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8E1E is #1071E1. Grayscale: #9E9E9E. Windows color (decimal): -1077730 or 2002671. OLE color: 2002671.

HSL color Cylindrical-coordinate representation of color #EF8E1E: hue angle of 32.15º 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 #EF8E1E is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23914230-
CMYK00.410.870.06
HSL32.15º86.72%52.75%-
HSV(B)32.15º87.45%93.73%-
XYZ45.537.796.12-
YUV158.2355.64185.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.15%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 30 (12.11% from 255) = 7.30%
R=58.15%
G=34.55%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391423000.410.870.0632.1586.7252.75
HexEF8E1E029576205735
Octal3572163605112764012765
Binary111011111000111011110010100110101111101000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E1E; }

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

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

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

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

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

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

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

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