#EF3816

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

Shades of Orange Red #EF3816

Tints of Orange Red #EF3816

Color information

#EF3816 (or 0xEF3816) is unknown color: approx Orange Red. HEX triplet: EF, 38 and 16. RGB value is (239,56,22). Sum of RGB (Red+Green+Blue) = 239+56+22=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3816 is #10C7E9. Grayscale: #6B6B6B. Windows color (decimal): -1099754 or 1456367. OLE color: 1456367.

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

Color convert

RGB2395622-
CMYK00.770.910.06
HSL9.4º87.15%51.18%-
HSV(B)9.4º90.79%93.73%-
XYZ37.1621.242.9-
YUV106.8480.13222.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.39%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=75.39%
G=17.67%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239562200.770.910.069.487.1551.18
HexEF381604D5B695733
Octal3577026011513361112763
Binary111011111110001011001001101101101111010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3816; }

 p { color: rgb(239,56,22); }

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

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

 a { background-color: rgb(239,56,22); }

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

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

 span { border-color: rgb(239,56,22); }

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