Html Css Color HEX #EF542D Outrageous Orange

📋 copy color: '#EF542D'

red 239 ◦ green 84 ◦ blue 45

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

Shades of Outrageous Orange #EF542D

Tints of Outrageous Orange #EF542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 64.95%
G = 22.83%
B = 12.23%

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

#EF542D (or 0xEF542D) is known color: Outrageous Orange. HEX triplet: EF, 54 and 2D. RGB value is (239,84,45). Sum of RGB (Red+Green+Blue) = 239+84+45=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF542D is #10ABD2. Grayscale: #7E7E7E. Windows color (decimal): -1092563 or 2970863. OLE color: 2970863.

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

Color convert

RGB 239 84 45 -
CMYK 0 0.65 0.81 0.06
HSL 12.06º 0.86% 0.56% -
HSV(B) 12.06º 0.81% 0.94% -
XYZ 39.24 24.88 5.22 -
YUV 125.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 239 84 45 0 0.65 0.81 0.06 12.06 0.86 0.56
Hex EF 54 2D 0 41 51 6 C 56 38
Octal 357 124 55 0 101 121 6 14 126 70
Binary 11101111 1010100 101101 0 1000001 1010001 110 1100 1010110 111000

Color Harmonies of #EF542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF542D

Black with #EF542D

Text Example


Text Example

White with #EF542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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