Html Css Color HEX #EF5531 Outrageous Orange

📋 copy color: '#EF5531'

red 239 ◦ green 85 ◦ blue 49

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

Shades of Outrageous Orange #EF5531

Tints of Outrageous Orange #EF5531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 64.08%
G = 22.79%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5531 (or 0xEF5531) is known color: Outrageous Orange. HEX triplet: EF, 55 and 31. RGB value is (239,85,49). Sum of RGB (Red+Green+Blue) = 239+85+49=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5531 is #10AACE. Grayscale: #7F7F7F. Windows color (decimal): -1092303 or 3233263. OLE color: 3233263.

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

Color convert

RGB 239 85 49 -
CMYK 0 0.64 0.79 0.06
HSL 11.37º 0.86% 0.56% -
HSV(B) 11.37º 0.79% 0.94% -
XYZ 39.4 25.07 5.67 -
YUV 126.94 84.02 207.93 -
System Red Green Blue C M Y K H S L
Decimal 239 85 49 0 0.64 0.79 0.06 11.37 0.86 0.56
Hex EF 55 31 0 40 4F 6 B 56 38
Octal 357 125 61 0 100 117 6 13 126 70
Binary 11101111 1010101 110001 0 1000000 1001111 110 1011 1010110 111000

Color Harmonies of #EF5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5531

Black with #EF5531

Text Example


Text Example

White with #EF5531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5531; }

 p { color: rgb(239,85,49); }

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

background-color css

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

 a { background-color: rgb(239,85,49); }

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

border-color css

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

 span { border-color: rgb(239,85,49); }

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