Html Css Color HEX #EF5532 Outrageous Orange

📋 copy color: '#EF5532'

red 239 ◦ green 85 ◦ blue 50

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

Shades of Outrageous Orange #EF5532

Tints of Outrageous Orange #EF5532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 63.9%
G = 22.73%
B = 13.37%

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

#EF5532 (or 0xEF5532) is known color: Outrageous Orange. HEX triplet: EF, 55 and 32. RGB value is (239,85,50). Sum of RGB (Red+Green+Blue) = 239+85+50=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5532 is #10AACD. Grayscale: #7F7F7F. Windows color (decimal): -1092302 or 3298799. OLE color: 3298799.

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

Color convert

RGB 239 85 50 -
CMYK 0 0.64 0.79 0.06
HSL 11.11º 0.86% 0.57% -
HSV(B) 11.11º 0.79% 0.94% -
XYZ 39.42 25.08 5.78 -
YUV 127.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 239 85 50 0 0.64 0.79 0.06 11.11 0.86 0.57
Hex EF 55 32 0 40 4F 6 B 56 39
Octal 357 125 62 0 100 117 6 13 126 71
Binary 11101111 1010101 110010 0 1000000 1001111 110 1011 1010110 111001

Color Harmonies of #EF5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5532

Black with #EF5532

Text Example


Text Example

White with #EF5532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5532; }

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

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

background-color css

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

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

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

border-color css

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

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

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