#EF801F

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

Shades of Carrot Orange #EF801F

Tints of Carrot Orange #EF801F

Color information

#EF801F (or 0xEF801F) is unknown color: approx Carrot Orange. HEX triplet: EF, 80 and 1F. RGB value is (239,128,31). Sum of RGB (Red+Green+Blue) = 239+128+31=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF801F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF801F is #107FE0. Grayscale: #969696. Windows color (decimal): -1081313 or 2064623. OLE color: 2064623.

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

Color convert

RGB23912831-
CMYK00.460.870.06
HSL27.98º86.67%52.94%-
HSV(B)27.98º87.03%93.73%-
XYZ43.5633.895.54-
YUV150.1360.77191.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.05%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 31 (12.5% from 255) = 7.79%
R=60.05%
G=32.16%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391283100.460.870.0627.9886.6752.94
HexEF801F02E5761c5735
Octal3572003705612763412765
Binary11101111100000001111101011101010111110111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF801F; }

 p { color: rgb(239,128,31); }

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

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

 a { background-color: rgb(239,128,31); }

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

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

 span { border-color: rgb(239,128,31); }

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