#EF9214

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

Shades of Carrot Orange #EF9214

Tints of Carrot Orange #EF9214

Color information

#EF9214 (or 0xEF9214) is unknown color: approx Carrot Orange. HEX triplet: EF, 92 and 14. RGB value is (239,146,20). Sum of RGB (Red+Green+Blue) = 239+146+20=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9214 is #106DEB. Grayscale: #A0A0A0. Windows color (decimal): -1076716 or 1348335. OLE color: 1348335.

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

Color convert

RGB23914620-
CMYK00.390.920.06
HSL34.52º87.25%50.78%-
HSV(B)34.52º91.63%93.73%-
XYZ4638.965.76-
YUV159.4449.31184.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.01%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 20 (8.20% from 255) = 4.94%
R=59.01%
G=36.05%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391462000.390.920.0634.5287.2550.78
HexEF92140275C6235733
Octal3572222404713464312763
Binary111011111001001010100010011110111001101000111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9214; }

 p { color: rgb(239,146,20); }

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

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

 a { background-color: rgb(239,146,20); }

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

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

 span { border-color: rgb(239,146,20); }

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