Html Css Color HEX #EF4808 Orange Red

📋 copy color: '#EF4808'

red 239 ◦ green 72 ◦ blue 8

#EF4808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EF4808

Tints of Orange Red #EF4808

RGB

 RED value IS 239 (93.75% from 255) = 74.92%

 GREEN value IS 72 (28.52% from 255) = 22.57%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 74.92%
G = 22.57%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF4808 (or 0xEF4808) is known color: Orange Red. HEX triplet: EF, 48 and 08. RGB value is (239,72,8). Sum of RGB (Red+Green+Blue) = 239+72+8=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4808 is #10B7F7. Grayscale: #737373. Windows color (decimal): -1095672 or 542959. OLE color: 542959.

HSL color Cylindrical-coordinate representation of color #EF4808: hue angle of 16.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4808 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 8 -
CMYK 0 0.70 0.97 0.06
HSL 16.62º 0.94% 0.48% -
HSV(B) 16.62º 0.97% 0.94% -
XYZ 37.96 23 2.67 -
YUV 114.64 67.83 216.7 -
System Red Green Blue C M Y K H S L
Decimal 239 72 8 0 0.70 0.97 0.06 16.62 0.94 0.48
Hex EF 48 8 0 46 61 6 11 5E 30
Octal 357 110 10 0 106 141 6 21 136 60
Binary 11101111 1001000 1000 0 1000110 1100001 110 10001 1011110 110000

Color Harmonies of #EF4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4808

Black with #EF4808

Text Example


Text Example

White with #EF4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4808; }

 p { color: rgb(239,72,8); }

 H1.HeaderClassName
 {
   color: #EF4808;
 }
 .AnyTagClassName
 {
   color: #EF4808;
 }
</style>

background-color css

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

 a { background-color: rgb(239,72,8); }

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

border-color css

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

 span { border-color: rgb(239,72,8); }

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