Html Css Color HEX #EF542E Outrageous Orange

📋 copy color: '#EF542E'

red 239 ◦ green 84 ◦ blue 46

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

Shades of Outrageous Orange #EF542E

Tints of Outrageous Orange #EF542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 64.77%
G = 22.76%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF542E (or 0xEF542E) is known color: Outrageous Orange. HEX triplet: EF, 54 and 2E. RGB value is (239,84,46). Sum of RGB (Red+Green+Blue) = 239+84+46=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF542E is #10ABD1. Grayscale: #7E7E7E. Windows color (decimal): -1092562 or 3036399. OLE color: 3036399.

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

Color convert

RGB 239 84 46 -
CMYK 0 0.65 0.81 0.06
HSL 11.81º 0.86% 0.56% -
HSV(B) 11.81º 0.81% 0.94% -
XYZ 39.26 24.89 5.32 -
YUV 126.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 239 84 46 0 0.65 0.81 0.06 11.81 0.86 0.56
Hex EF 54 2E 0 41 51 6 C 56 38
Octal 357 124 56 0 101 121 6 14 126 70
Binary 11101111 1010100 101110 0 1000001 1010001 110 1100 1010110 111000

Color Harmonies of #EF542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF542E

Black with #EF542E

Text Example


Text Example

White with #EF542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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