#EF8F1A

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

Shades of Carrot Orange #EF8F1A

Tints of Carrot Orange #EF8F1A

Color information

#EF8F1A (or 0xEF8F1A) is unknown color: approx Carrot Orange. HEX triplet: EF, 8F and 1A. RGB value is (239,143,26). Sum of RGB (Red+Green+Blue) = 239+143+26=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F1A is #1070E5. Grayscale: #9E9E9E. Windows color (decimal): -1077478 or 1740783. OLE color: 1740783.

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

Color convert

RGB23914326-
CMYK00.400.890.06
HSL32.96º86.94%51.96%-
HSV(B)32.96º89.12%93.73%-
XYZ45.6138.075.92-
YUV158.3753.3185.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.58%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 26 (10.55% from 255) = 6.37%
R=58.58%
G=35.05%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391432600.400.890.0632.9686.9451.96
HexEF8F1A028596215734
Octal3572173205013164112764
Binary111011111000111111010010100010110011101000011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8F1A; }

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

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

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

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

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

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

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

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