Html Css Color HEX #EF480E Orange Red

📋 copy color: '#EF480E'

red 239 ◦ green 72 ◦ blue 14

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

Shades of Orange Red #EF480E

Tints of Orange Red #EF480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 73.54%
G = 22.15%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF480E (or 0xEF480E) is known color: Orange Red. HEX triplet: EF, 48 and 0E. RGB value is (239,72,14). Sum of RGB (Red+Green+Blue) = 239+72+14=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF480E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF480E is #10B7F1. Grayscale: #737373. Windows color (decimal): -1095666 or 936175. OLE color: 936175.

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

Color convert

RGB 239 72 14 -
CMYK 0 0.70 0.94 0.06
HSL 15.47º 0.89% 0.5% -
HSV(B) 15.47º 0.94% 0.94% -
XYZ 37.99 23.02 2.86 -
YUV 115.32 70.83 216.22 -
System Red Green Blue C M Y K H S L
Decimal 239 72 14 0 0.70 0.94 0.06 15.47 0.89 0.5
Hex EF 48 E 0 46 5E 6 F 59 32
Octal 357 110 16 0 106 136 6 17 131 62
Binary 11101111 1001000 1110 0 1000110 1011110 110 1111 1011001 110010

Color Harmonies of #EF480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF480E

Black with #EF480E

Text Example


Text Example

White with #EF480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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