Html Css Color HEX #EF4805 Orange Red

📋 copy color: '#EF4805'

red 239 ◦ green 72 ◦ blue 5

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

Shades of Orange Red #EF4805

Tints of Orange Red #EF4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 75.63%
G = 22.78%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF4805 (or 0xEF4805) is known color: Orange Red. HEX triplet: EF, 48 and 05. RGB value is (239,72,5). Sum of RGB (Red+Green+Blue) = 239+72+5=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4805 is #10B7FA. Grayscale: #727272. Windows color (decimal): -1095675 or 346351. OLE color: 346351.

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

Color convert

RGB 239 72 5 -
CMYK 0 0.70 0.98 0.06
HSL 17.18º 0.96% 0.48% -
HSV(B) 17.18º 0.98% 0.94% -
XYZ 37.94 23 2.58 -
YUV 114.3 66.33 216.95 -
System Red Green Blue C M Y K H S L
Decimal 239 72 5 0 0.70 0.98 0.06 17.18 0.96 0.48
Hex EF 48 5 0 46 62 6 11 60 30
Octal 357 110 5 0 106 142 6 21 140 60
Binary 11101111 1001000 101 0 1000110 1100010 110 10001 1100000 110000

Color Harmonies of #EF4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4805

Black with #EF4805

Text Example


Text Example

White with #EF4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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