Html Css Color HEX #EF4000 Orange Red

📋 copy color: '#EF4000'

red 239 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #EF4000

Tints of Orange Red #EF4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

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

R = 78.88%
G = 21.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF4000 (or 0xEF4000) is known color: Orange Red. HEX triplet: EF, 40 and 00. RGB value is (239,64,0). Sum of RGB (Red+Green+Blue) = 239+64+0=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4000 is #10BFFF. Grayscale: #6D6D6D. Windows color (decimal): -1097728 or 16623. OLE color: 16623.

HSL color Cylindrical-coordinate representation of color #EF4000: hue angle of 16.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 #EF4000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 0 -
CMYK 0 0.73 1 0.06
HSL 16.07º 1% 0.47% -
HSV(B) 16.07º 1% 0.94% -
XYZ 37.43 22.02 2.28 -
YUV 109.03 66.48 220.7 -
System Red Green Blue C M Y K H S L
Decimal 239 64 0 0 0.73 1 0.06 16.07 1 0.47
Hex EF 40 0 0 49 64 6 10 64 2F
Octal 357 100 0 0 111 144 6 20 144 57
Binary 11101111 1000000 0 0 1001001 1100100 110 10000 1100100 101111

Color Harmonies of #EF4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4000

Black with #EF4000

Text Example


Text Example

White with #EF4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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