Html Css Color HEX #EF532E Outrageous Orange

📋 copy color: '#EF532E'

red 239 ◦ green 83 ◦ blue 46

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

Shades of Outrageous Orange #EF532E

Tints of Outrageous Orange #EF532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 64.95%
G = 22.55%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF532E (or 0xEF532E) is known color: Outrageous Orange. HEX triplet: EF, 53 and 2E. RGB value is (239,83,46). Sum of RGB (Red+Green+Blue) = 239+83+46=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF532E is #10ACD1. Grayscale: #7D7D7D. Windows color (decimal): -1092818 or 3036143. OLE color: 3036143.

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

Color convert

RGB 239 83 46 -
CMYK 0 0.65 0.81 0.06
HSL 11.5º 0.86% 0.56% -
HSV(B) 11.5º 0.81% 0.94% -
XYZ 39.18 24.73 5.29 -
YUV 125.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 239 83 46 0 0.65 0.81 0.06 11.5 0.86 0.56
Hex EF 53 2E 0 41 51 6 C 56 38
Octal 357 123 56 0 101 121 6 14 126 70
Binary 11101111 1010011 101110 0 1000001 1010001 110 1100 1010110 111000

Color Harmonies of #EF532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF532E

Black with #EF532E

Text Example


Text Example

White with #EF532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF532E; }

 p { color: rgb(239,83,46); }

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

background-color css

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

 a { background-color: rgb(239,83,46); }

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

border-color css

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

 span { border-color: rgb(239,83,46); }

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