Html Css Color HEX #EF5A32 Outrageous Orange

📋 copy color: '#EF5A32'

red 239 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #EF5A32

Tints of Outrageous Orange #EF5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 63.06%
G = 23.75%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5A32 (or 0xEF5A32) is known color: Outrageous Orange. HEX triplet: EF, 5A and 32. RGB value is (239,90,50). Sum of RGB (Red+Green+Blue) = 239+90+50=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A32 is #10A5CD. Grayscale: #828282. Windows color (decimal): -1091022 or 3300079. OLE color: 3300079.

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

Color convert

RGB 239 90 50 -
CMYK 0 0.62 0.79 0.06
HSL 12.7º 0.86% 0.57% -
HSV(B) 12.7º 0.79% 0.94% -
XYZ 39.83 25.89 5.92 -
YUV 129.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 239 90 50 0 0.62 0.79 0.06 12.7 0.86 0.57
Hex EF 5A 32 0 3E 4F 6 D 56 39
Octal 357 132 62 0 76 117 6 15 126 71
Binary 11101111 1011010 110010 0 111110 1001111 110 1101 1010110 111001

Color Harmonies of #EF5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A32

Black with #EF5A32

Text Example


Text Example

White with #EF5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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