#EF8A17

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

Shades of Carrot Orange #EF8A17

Tints of Carrot Orange #EF8A17

Color information

#EF8A17 (or 0xEF8A17) is unknown color: approx Carrot Orange. HEX triplet: EF, 8A and 17. RGB value is (239,138,23). Sum of RGB (Red+Green+Blue) = 239+138+23=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A17 is #1075E8. Grayscale: #9B9B9B. Windows color (decimal): -1078761 or 1542895. OLE color: 1542895.

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

Color convert

RGB23913823-
CMYK00.420.900.06
HSL31.94º87.1%51.37%-
HSV(B)31.94º90.38%93.73%-
XYZ44.8436.595.51-
YUV155.0953.46187.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.75%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 23 (9.38% from 255) = 5.75%
R=59.75%
G=34.5%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391382300.420.900.0631.9487.151.37
HexEF8A1702A5A6205733
Octal3572122705213264012763
Binary111011111000101010111010101010110101101000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A17; }

 p { color: rgb(239,138,23); }

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

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

 a { background-color: rgb(239,138,23); }

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

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

 span { border-color: rgb(239,138,23); }

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