Html Css Color HEX #EF4004 Orange Red

📋 copy color: '#EF4004'

red 239 ◦ green 64 ◦ blue 4

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

Shades of Orange Red #EF4004

Tints of Orange Red #EF4004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 77.85%
G = 20.85%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF4004 (or 0xEF4004) is known color: Orange Red. HEX triplet: EF, 40 and 04. RGB value is (239,64,4). Sum of RGB (Red+Green+Blue) = 239+64+4=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4004 is #10BFFB. Grayscale: #6D6D6D. Windows color (decimal): -1097724 or 278767. OLE color: 278767.

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

Color convert

RGB 239 64 4 -
CMYK 0 0.73 0.98 0.06
HSL 15.32º 0.97% 0.48% -
HSV(B) 15.32º 0.98% 0.94% -
XYZ 37.45 22.03 2.39 -
YUV 109.49 68.48 220.38 -
System Red Green Blue C M Y K H S L
Decimal 239 64 4 0 0.73 0.98 0.06 15.32 0.97 0.48
Hex EF 40 4 0 49 62 6 F 61 30
Octal 357 100 4 0 111 142 6 17 141 60
Binary 11101111 1000000 100 0 1001001 1100010 110 1111 1100001 110000

Color Harmonies of #EF4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4004

Black with #EF4004

Text Example


Text Example

White with #EF4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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