#ef931f

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

Shades of Carrot Orange #EF931F

Tints of Carrot Orange #EF931F

Color information

#EF931F (or 0xEF931F) is unknown color: approx Carrot Orange. HEX triplet: EF, 93 and 1F. RGB value is (239,147,31). Sum of RGB (Red+Green+Blue) = 239+147+31=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF931F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF931F is #106CE0. Grayscale: #A1A1A1. Windows color (decimal): -1076449 or 2069487. OLE color: 2069487.

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

Color convert

RGB23914731-
CMYK00.380.870.06
HSL33.46º86.67%52.94%-
HSV(B)33.46º87.03%93.73%-
XYZ46.2839.326.45-
YUV161.2854.48183.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 31 (12.5% from 255) = 7.43%
R=57.31%
G=35.25%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391473100.380.870.0633.4686.6752.94
HexEF931F026576215735
Octal3572233704612764112765
Binary111011111001001111111010011010101111101000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef931f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef931f; }

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

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

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

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

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

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

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

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