Html Css Color HEX #EF542F Outrageous Orange

📋 copy color: '#EF542F'

red 239 ◦ green 84 ◦ blue 47

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

Shades of Outrageous Orange #EF542F

Tints of Outrageous Orange #EF542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 64.59%
G = 22.7%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF542F (or 0xEF542F) is known color: Outrageous Orange. HEX triplet: EF, 54 and 2F. RGB value is (239,84,47). Sum of RGB (Red+Green+Blue) = 239+84+47=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF542F is #10ABD0. Grayscale: #7E7E7E. Windows color (decimal): -1092561 or 3101935. OLE color: 3101935.

HSL color Cylindrical-coordinate representation of color #EF542F: hue angle of 11.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF542F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 47 -
CMYK 0 0.65 0.80 0.06
HSL 11.56º 0.86% 0.56% -
HSV(B) 11.56º 0.8% 0.94% -
XYZ 39.28 24.9 5.42 -
YUV 126.13 83.35 208.51 -
System Red Green Blue C M Y K H S L
Decimal 239 84 47 0 0.65 0.80 0.06 11.56 0.86 0.56
Hex EF 54 2F 0 41 50 6 C 56 38
Octal 357 124 57 0 101 120 6 14 126 70
Binary 11101111 1010100 101111 0 1000001 1010000 110 1100 1010110 111000

Color Harmonies of #EF542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF542F

Black with #EF542F

Text Example


Text Example

White with #EF542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF542F; }

 p { color: rgb(239,84,47); }

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

background-color css

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

 a { background-color: rgb(239,84,47); }

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

border-color css

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

 span { border-color: rgb(239,84,47); }

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