Html Css Color HEX #EF450E Orange Red

📋 copy color: '#EF450E'

red 239 ◦ green 69 ◦ blue 14

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

Shades of Orange Red #EF450E

Tints of Orange Red #EF450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 74.22%
G = 21.43%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF450E (or 0xEF450E) is known color: Orange Red. HEX triplet: EF, 45 and 0E. RGB value is (239,69,14). Sum of RGB (Red+Green+Blue) = 239+69+14=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF450E is #10BAF1. Grayscale: #717171. Windows color (decimal): -1096434 or 935407. OLE color: 935407.

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

Color convert

RGB 239 69 14 -
CMYK 0 0.71 0.94 0.06
HSL 14.67º 0.89% 0.5% -
HSV(B) 14.67º 0.94% 0.94% -
XYZ 37.8 22.64 2.79 -
YUV 113.56 71.82 217.47 -
System Red Green Blue C M Y K H S L
Decimal 239 69 14 0 0.71 0.94 0.06 14.67 0.89 0.5
Hex EF 45 E 0 47 5E 6 F 59 32
Octal 357 105 16 0 107 136 6 17 131 62
Binary 11101111 1000101 1110 0 1000111 1011110 110 1111 1011001 110010

Color Harmonies of #EF450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF450E

Black with #EF450E

Text Example


Text Example

White with #EF450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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