Html Css Color HEX #EF4008 Orange Red

📋 copy color: '#EF4008'

red 239 ◦ green 64 ◦ blue 8

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

Shades of Orange Red #EF4008

Tints of Orange Red #EF4008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 76.85%
G = 20.58%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF4008 (or 0xEF4008) is known color: Orange Red. HEX triplet: EF, 40 and 08. RGB value is (239,64,8). Sum of RGB (Red+Green+Blue) = 239+64+8=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4008 is #10BFF7. Grayscale: #6E6E6E. Windows color (decimal): -1097720 or 540911. OLE color: 540911.

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

Color convert

RGB 239 64 8 -
CMYK 0 0.73 0.97 0.06
HSL 14.55º 0.94% 0.48% -
HSV(B) 14.55º 0.97% 0.94% -
XYZ 37.47 22.04 2.51 -
YUV 109.94 70.48 220.05 -
System Red Green Blue C M Y K H S L
Decimal 239 64 8 0 0.73 0.97 0.06 14.55 0.94 0.48
Hex EF 40 8 0 49 61 6 F 5E 30
Octal 357 100 10 0 111 141 6 17 136 60
Binary 11101111 1000000 1000 0 1001001 1100001 110 1111 1011110 110000

Color Harmonies of #EF4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4008

Black with #EF4008

Text Example


Text Example

White with #EF4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4008; }

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

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

background-color css

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

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

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

border-color css

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

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

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