#ef8a1a

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

Shades of Carrot Orange #EF8A1A

Tints of Carrot Orange #EF8A1A

Color information

#EF8A1A (or 0xEF8A1A) is unknown color: approx Carrot Orange. HEX triplet: EF, 8A and 1A. RGB value is (239,138,26). Sum of RGB (Red+Green+Blue) = 239+138+26=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A1A is #1075E5. Grayscale: #9B9B9B. Windows color (decimal): -1078758 or 1739503. OLE color: 1739503.

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

Color convert

RGB23913826-
CMYK00.420.890.06
HSL31.55º86.94%51.96%-
HSV(B)31.55º89.12%93.73%-
XYZ44.8736.65.68-
YUV155.4354.96187.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.31%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 26 (10.55% from 255) = 6.45%
R=59.31%
G=34.24%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391382600.420.890.0631.5586.9451.96
HexEF8A1A02A596205734
Octal3572123205213164012764
Binary111011111000101011010010101010110011101000001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8a1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8a1a; }

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

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

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

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

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

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

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

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