Html Css Color HEX #EF4400 Orange Red

📋 copy color: '#EF4400'

red 239 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #EF4400

Tints of Orange Red #EF4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.85%
G = 22.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF4400 (or 0xEF4400) is known color: Orange Red. HEX triplet: EF, 44 and 00. RGB value is (239,68,0). Sum of RGB (Red+Green+Blue) = 239+68+0=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4400 is #10BBFF. Grayscale: #6F6F6F. Windows color (decimal): -1096704 or 17647. OLE color: 17647.

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

Color convert

RGB 239 68 0 -
CMYK 0 0.72 1 0.06
HSL 17.07º 1% 0.47% -
HSV(B) 17.07º 1% 0.94% -
XYZ 37.66 22.48 2.35 -
YUV 111.38 65.15 219.03 -
System Red Green Blue C M Y K H S L
Decimal 239 68 0 0 0.72 1 0.06 17.07 1 0.47
Hex EF 44 0 0 48 64 6 11 64 2F
Octal 357 104 0 0 110 144 6 21 144 57
Binary 11101111 1000100 0 0 1001000 1100100 110 10001 1100100 101111

Color Harmonies of #EF4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4400

Black with #EF4400

Text Example


Text Example

White with #EF4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4400; }

 p { color: rgb(239,68,0); }

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

background-color css

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

 a { background-color: rgb(239,68,0); }

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

border-color css

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

 span { border-color: rgb(239,68,0); }

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