Html Css Color HEX #EF542A Outrageous Orange

📋 copy color: '#EF542A'

red 239 ◦ green 84 ◦ blue 42

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

Shades of Outrageous Orange #EF542A

Tints of Outrageous Orange #EF542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 65.48%
G = 23.01%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF542A (or 0xEF542A) is known color: Outrageous Orange. HEX triplet: EF, 54 and 2A. RGB value is (239,84,42). Sum of RGB (Red+Green+Blue) = 239+84+42=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF542A is #10ABD5. Grayscale: #7D7D7D. Windows color (decimal): -1092566 or 2774255. OLE color: 2774255.

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

Color convert

RGB 239 84 42 -
CMYK 0 0.65 0.82 0.06
HSL 12.79º 0.86% 0.55% -
HSV(B) 12.79º 0.82% 0.94% -
XYZ 39.18 24.86 4.92 -
YUV 125.56 80.85 208.92 -
System Red Green Blue C M Y K H S L
Decimal 239 84 42 0 0.65 0.82 0.06 12.79 0.86 0.55
Hex EF 54 2A 0 41 52 6 D 56 37
Octal 357 124 52 0 101 122 6 15 126 67
Binary 11101111 1010100 101010 0 1000001 1010010 110 1101 1010110 110111

Color Harmonies of #EF542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF542A

Black with #EF542A

Text Example


Text Example

White with #EF542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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