Html Css Color HEX #EF572A Outrageous Orange

📋 copy color: '#EF572A'

red 239 ◦ green 87 ◦ blue 42

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

Shades of Outrageous Orange #EF572A

Tints of Outrageous Orange #EF572A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

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

R = 64.95%
G = 23.64%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF572A (or 0xEF572A) is known color: Outrageous Orange. HEX triplet: EF, 57 and 2A. RGB value is (239,87,42). Sum of RGB (Red+Green+Blue) = 239+87+42=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF572A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF572A is #10A8D5. Grayscale: #7F7F7F. Windows color (decimal): -1091798 or 2775023. OLE color: 2775023.

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

Color convert

RGB 239 87 42 -
CMYK 0 0.64 0.82 0.06
HSL 13.71º 0.86% 0.55% -
HSV(B) 13.71º 0.82% 0.94% -
XYZ 39.42 25.33 5 -
YUV 127.32 79.86 207.66 -
System Red Green Blue C M Y K H S L
Decimal 239 87 42 0 0.64 0.82 0.06 13.71 0.86 0.55
Hex EF 57 2A 0 40 52 6 E 56 37
Octal 357 127 52 0 100 122 6 16 126 67
Binary 11101111 1010111 101010 0 1000000 1010010 110 1110 1010110 110111

Color Harmonies of #EF572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF572A

Black with #EF572A

Text Example


Text Example

White with #EF572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF572A; }

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

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

background-color css

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

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

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

border-color css

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

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

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