Html Css Color HEX #EF4405 Orange Red

📋 copy color: '#EF4405'

red 239 ◦ green 68 ◦ blue 5

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

Shades of Orange Red #EF4405

Tints of Orange Red #EF4405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 76.6%
G = 21.79%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF4405 (or 0xEF4405) is known color: Orange Red. HEX triplet: EF, 44 and 05. RGB value is (239,68,5). Sum of RGB (Red+Green+Blue) = 239+68+5=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4405 is #10BBFA. Grayscale: #707070. Windows color (decimal): -1096699 or 345327. OLE color: 345327.

HSL color Cylindrical-coordinate representation of color #EF4405: hue angle of 16.15º degrees, saturation: 0.96, 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 #EF4405 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 68 5 -
CMYK 0 0.72 0.98 0.06
HSL 16.15º 0.96% 0.48% -
HSV(B) 16.15º 0.98% 0.94% -
XYZ 37.69 22.5 2.5 -
YUV 111.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 239 68 5 0 0.72 0.98 0.06 16.15 0.96 0.48
Hex EF 44 5 0 48 62 6 10 60 30
Octal 357 104 5 0 110 142 6 20 140 60
Binary 11101111 1000100 101 0 1001000 1100010 110 10000 1100000 110000

Color Harmonies of #EF4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4405

Black with #EF4405

Text Example


Text Example

White with #EF4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4405; }

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

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

background-color css

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

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

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

border-color css

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

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

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