#EF961E

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

Shades of Carrot Orange #EF961E

Tints of Carrot Orange #EF961E

Color information

#EF961E (or 0xEF961E) is unknown color: approx Carrot Orange. HEX triplet: EF, 96 and 1E. RGB value is (239,150,30). Sum of RGB (Red+Green+Blue) = 239+150+30=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF961E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF961E is #1069E1. Grayscale: #A3A3A3. Windows color (decimal): -1075682 or 2004719. OLE color: 2004719.

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

Color convert

RGB23915030-
CMYK00.370.870.06
HSL34.45º86.72%52.75%-
HSV(B)34.45º87.45%93.73%-
XYZ46.7440.266.54-
YUV162.9352.99182.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.04%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 30 (12.11% from 255) = 7.16%
R=57.04%
G=35.80%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391503000.370.870.0634.4586.7252.75
HexEF961E025576225735
Octal3572263604512764212765
Binary111011111001011011110010010110101111101000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF961E; }

 p { color: rgb(239,150,30); }

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

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

 a { background-color: rgb(239,150,30); }

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

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

 span { border-color: rgb(239,150,30); }

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